|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.avalon.excalibur.testcase.test.ComponentTestCase
This class provides basic facilities for enforcing Avalon's contracts within your own code.
Constructor Summary | |
ComponentTestCase(java.lang.String test)
Deprecated. |
Method Summary | |
void |
testCorrectLifecycle()
Deprecated. |
void |
testDoubleAssignOfConfiguration()
Deprecated. |
void |
testDoubleAssignOfContext()
Deprecated. |
void |
testDoubleAssignOfLogger()
Deprecated. |
void |
testDoubleAssignOfParameters()
Deprecated. |
void |
testMissingLogger()
Deprecated. |
void |
testOutOfOrderDispose()
Deprecated. |
void |
testOutOfOrderInitialize()
Deprecated. |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ComponentTestCase(java.lang.String test)
Method Detail |
public void testCorrectLifecycle() throws java.lang.Exception
java.lang.Exception
public void testMissingLogger() throws java.lang.Exception
java.lang.Exception
public void testOutOfOrderInitialize() throws java.lang.Exception
java.lang.Exception
public void testOutOfOrderDispose() throws java.lang.Exception
java.lang.Exception
public void testDoubleAssignOfLogger()
public void testDoubleAssignOfContext()
public void testDoubleAssignOfParameters() throws java.lang.Exception
java.lang.Exception
public void testDoubleAssignOfConfiguration() throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |