public class TcclDisabledTestCase extends junit.framework.TestCase
| Modifier and Type | Field and Description |
|---|---|
static String |
MY_LOG_FACTORY_IMPL |
static String |
MY_LOG_FACTORY_PKG |
| Constructor and Description |
|---|
TcclDisabledTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp()
Set up instance variables required by this test case.
|
static junit.framework.Test |
suite()
Return the tests included in this test suite.
|
void |
tearDown()
Tear down instance variables required by this test case.
|
void |
testLoader()
Verify that MyLogFactoryImpl is only loadable via the tccl.
|
void |
testTcclLoading()
Verify that the custom LogFactory implementation which is only accessable
via the TCCL has NOT been loaded.
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, 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, failpublic static final String MY_LOG_FACTORY_PKG
public static final String MY_LOG_FACTORY_IMPL
public TcclDisabledTestCase()
public static junit.framework.Test suite() throws Exception
Exceptionpublic void setUp() throws Exception
setUp in class junit.framework.TestCaseExceptionpublic void tearDown()
tearDown in class junit.framework.TestCasepublic void testLoader() throws Exception
Exceptionpublic void testTcclLoading() throws Exception
ExceptionCopyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.