Abstract superclass for tests
Modifiers | Name | Description |
---|---|---|
protected static java.lang.Object |
CODENARC_PROPERTIES_FILE_PROP |
|
protected java.lang.Object |
LOG |
|
org.junit.rules.TestName |
testName |
Type Params | Return Type | Name and description |
---|---|---|
|
protected java.lang.String |
getName() |
|
protected void |
log(java.lang.Object message) Write out the specified log message, prefixing with the current class name. |
|
void |
setUpAbstractTestCase() |
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