|
||||||||||
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.commons.chain.impl.ContextBaseTestCase
org.apache.commons.chain.impl.TestContextTestCase
public class TestContextTestCase
Extension of ContextBaseTestCase
to validate property
delegation.
Field Summary |
---|
Fields inherited from class org.apache.commons.chain.impl.ContextBaseTestCase |
---|
context |
Constructor Summary | |
---|---|
TestContextTestCase(String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
protected Context |
createContext()
|
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 |
testPristine()
|
void |
testReadOnly()
|
void |
testReadWrite()
|
void |
testWriteOnly()
|
Methods inherited from class org.apache.commons.chain.impl.ContextBaseTestCase |
---|
checkAttributeCount, expectedAttributeCount, tearDown, testAttributes, testContains, testEquals, testKeySet, testPutAll, testSeriaization |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestContextTestCase(String name)
name
- Name of the test caseMethod Detail |
---|
public void setUp()
setUp
in class ContextBaseTestCase
public static junit.framework.Test suite()
public void testPristine()
testPristine
in class ContextBaseTestCase
public void testReadOnly()
public void testReadWrite()
public void testWriteOnly()
protected Context createContext()
createContext
in class ContextBaseTestCase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |