|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.arch4j.property.XMLPropertyManagerTest
This class tests the XMLPropertyManager. It is assumed that the parsing and the writing of property files is tested elsewhere.
Constructor Summary | |
XMLPropertyManagerTest(String name)
Constructs a test case with the given name. |
Method Summary | |
protected void |
create(File file)
|
protected void |
createMix(File file)
|
protected void |
delete(File file)
|
protected void |
setUp()
Sets up the fixture, for example, open a network connection. |
void |
testBooleans()
|
void |
testChars()
|
void |
testDomainMix()
|
void |
testDoubles()
|
void |
testFloats()
|
void |
testInts()
|
void |
testLongs()
|
void |
testOldInterface()
|
void |
testStrings()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLPropertyManagerTest(String name)
Method Detail |
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void delete(File file)
protected void create(File file) throws IOException
IOException
protected void createMix(File file) throws IOException
IOException
public void testOldInterface()
public void testBooleans()
public void testChars()
public void testDoubles()
public void testFloats()
public void testInts()
public void testLongs()
public void testStrings()
public void testDomainMix()
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |