edu.rice.cs.util
Class XMLConfigTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.rice.cs.util.XMLConfigTest
- All Implemented Interfaces:
- Test
public class XMLConfigTest
- extends TestCase
XML configuration management tests.
- Author:
- Mathias Ricken
Field Summary |
static String |
NL
Newline string. |
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, format |
NL
public static final String NL
- Newline string.
XMLConfigTest
public XMLConfigTest()
testNodes
public void testNodes()
throws Exception
- Throws:
Exception
testAttrs
public void testAttrs()
throws Exception
- Throws:
Exception
testExceptions
public void testExceptions()
throws Exception
- Throws:
Exception
testSave
public void testSave()
throws Exception
- Throws:
Exception
testSetNodeFromEmpty
public void testSetNodeFromEmpty()
throws Exception
- Throws:
Exception
testSetNodeOverwrite
public void testSetNodeOverwrite()
throws Exception
- Throws:
Exception
testSetAttrFromEmpty
public void testSetAttrFromEmpty()
throws Exception
- Throws:
Exception
testSetAttrOverwrite
public void testSetAttrOverwrite()
throws Exception
- Throws:
Exception
testSetNodeNoOverwrite
public void testSetNodeNoOverwrite()
throws Exception
- Throws:
Exception
testSetAttrNoOverwrite
public void testSetAttrNoOverwrite()
throws Exception
- Throws:
Exception
testSetFromNode
public void testSetFromNode()
throws Exception
- Throws:
Exception
testMultipleNodes
public void testMultipleNodes()
throws Exception
- Throws:
Exception
testMultipleNodesAttr
public void testMultipleNodesAttr()
throws Exception
- Throws:
Exception
testNodesStarEnd
public void testNodesStarEnd()
throws Exception
- Throws:
Exception
testNodesStarMiddle
public void testNodesStarMiddle()
throws Exception
- Throws:
Exception
testAttrsStarEnd
public void testAttrsStarEnd()
throws Exception
- Throws:
Exception
testNodeStarAttrsStar
public void testNodeStarAttrsStar()
throws Exception
- Throws:
Exception
getNodePath1
public void getNodePath1()
throws Exception
- Throws:
Exception
testNodesDelegate
public void testNodesDelegate()
throws Exception
- Throws:
Exception
testAttrsDelegate
public void testAttrsDelegate()
throws Exception
- Throws:
Exception
testExceptionsDelegate
public void testExceptionsDelegate()
throws Exception
- Throws:
Exception
testSaveDelegate
public void testSaveDelegate()
throws Exception
- Throws:
Exception
testSetNodeFromEmptyDelegate
public void testSetNodeFromEmptyDelegate()
throws Exception
- Throws:
Exception
testSetNodeOverwriteDelegate
public void testSetNodeOverwriteDelegate()
throws Exception
- Throws:
Exception
testSetAttrFromEmptyDelegate
public void testSetAttrFromEmptyDelegate()
throws Exception
- Throws:
Exception
testSetAttrOverwriteDelegate
public void testSetAttrOverwriteDelegate()
throws Exception
- Throws:
Exception
testSetNodeNoOverwriteDelegate
public void testSetNodeNoOverwriteDelegate()
throws Exception
- Throws:
Exception
testSetAttrNoOverwriteDelegate
public void testSetAttrNoOverwriteDelegate()
throws Exception
- Throws:
Exception
testSetFromNodeDelegate
public void testSetFromNodeDelegate()
throws Exception
- Throws:
Exception
testMultipleNodesDelegate
public void testMultipleNodesDelegate()
throws Exception
- Throws:
Exception
testMultipleNodesAttrDelegate
public void testMultipleNodesAttrDelegate()
throws Exception
- Throws:
Exception
testNodesStarEndDelegate
public void testNodesStarEndDelegate()
throws Exception
- Throws:
Exception
testNodesStarMiddleDelegate
public void testNodesStarMiddleDelegate()
throws Exception
- Throws:
Exception
testAttrsStarEndDelegate
public void testAttrsStarEndDelegate()
throws Exception
- Throws:
Exception
testNodeStarAttrsStarDelegate
public void testNodeStarAttrsStarDelegate()
throws Exception
- Throws:
Exception
getNodePath1Delegate
public void getNodePath1Delegate()
throws Exception
- Throws:
Exception