public class TcclEnabledTestCase extends junit.framework.TestCase
| Modifier and Type | Field and Description |
|---|---|
static String |
MY_LOG_IMPL |
static String |
MY_LOG_PKG |
| Constructor and Description |
|---|
TcclEnabledTestCase() |
| 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 Log implementation which is only accessable
via the TCCL has successfully been loaded as specified in the config file.
|
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_PKG
public static final String MY_LOG_IMPL
public TcclEnabledTestCase()
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.