@java.lang.SuppressWarnings(value: [AbstractClassWithoutAbstractMethod, ConfusingMethodName]) abstract class AbstractTestCase extends java.lang.Object
Abstract superclass for tests
Modifiers | Name | Description |
---|---|---|
protected static java.lang.Object |
CODENARC_PROPERTIES_FILE_PROP |
|
protected java.lang.Object |
LOG |
Constructor and description |
---|
AbstractTestCase
() |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
log(java.lang.Object message) Write out the specified log message, prefixing with the current class name. |
|
void |
setUpAbstractTestCase(org.junit.jupiter.api.TestInfo testInfo) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Write out the specified log message, prefixing with the current class name.
message
- - the message to log; toString() is applied first