public class LoggerTest extends TestCase
Logger
implementations.Constructor and Description |
---|
LoggerTest() |
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger()
Gets the
Logger implementation tests are performed with. |
void |
setLogger(Logger value)
Sets the
Logger implementation tests are performed with. |
void |
testIsEnabled()
Tests the
isXxxEnabled() methods to not
throw any exceptions. |
void |
testLog()
Test the various logger methods to not throw any exceptions.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
public LoggerTest()
public Logger getLogger()
Logger
implementation tests are performed with.Logger
implementation tests are performed with.public final void setLogger(Logger value)
Logger
implementation tests are performed with.value
- the Logger
implementation to perform tests with.public void testIsEnabled() throws Exception
isXxxEnabled()
methods to not
throw any exceptions.Exception
Copyright © 2005-2012 jDTAUS. All Rights Reserved.