|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase org.logicalcobwebs.proxool.AbstractProxoolTest org.logicalcobwebs.logging.Jdk14LoggerTest
public class Jdk14LoggerTest
Test Jdk14Logger
Field Summary | |
---|---|
private static Log |
LOG
|
Constructor Summary | |
---|---|
Jdk14LoggerTest(java.lang.String alias)
|
Method Summary | |
---|---|
protected void |
setUp()
Override AbstractProxoolTest.setUp() because we don't want to
configure logging. |
protected void |
tearDown()
Override AbstractProxoolTest.tearDown() because it does things that rely
on AbstractProxoolTest.setUp() having run |
void |
testJdk14Logger()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Log LOG
Constructor Detail |
---|
public Jdk14LoggerTest(java.lang.String alias)
Method Detail |
---|
protected void setUp() throws java.lang.Exception
AbstractProxoolTest.setUp()
because we don't want to
configure logging.
setUp
in class AbstractProxoolTest
java.lang.Exception
- if anything goes wrong (it can't, we don't do anything)TestCase#setUp()
protected void tearDown() throws java.lang.Exception
AbstractProxoolTest.tearDown()
because it does things that rely
on AbstractProxoolTest.setUp()
having run
tearDown
in class AbstractProxoolTest
java.lang.Exception
- if anything goes wrong (it can't, we don't do anything)TestCase#tearDown()
public void testJdk14Logger()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |