|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.counterclaim.openefm.lxml.validator.SimpleLxmlValidatorTestCase

| Field Summary | |
private static java.lang.String |
badLxml
|
private static java.lang.String |
goodLxml
|
private static org.apache.log4j.Logger |
log
|
private static LxmlValidator |
validator
|
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
SimpleLxmlValidatorTestCase(java.lang.String theName)
Defines the testcase name for JUnit. |
|
| Method Summary | |
static void |
main(java.lang.String[] theArgs)
Start the tests. |
void |
setUp()
Set up the test fixture. |
static junit.framework.Test |
suite()
|
void |
tearDown()
Tear down the test fixture. |
void |
testValidateFiling()
Tests validateFiling(LxmlFiling filing) |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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 |
| Field Detail |
private static org.apache.log4j.Logger log
private static LxmlValidator validator
private static java.lang.String goodLxml
private static java.lang.String badLxml
| Constructor Detail |
public SimpleLxmlValidatorTestCase(java.lang.String theName)
theName - the testcase's name.| Method Detail |
public static void main(java.lang.String[] theArgs)
theArgs - the arguments. Not usedpublic static junit.framework.Test suite()
TestSuite) that includes all methods
starting with "test"
public void setUp()
throws java.lang.Exception
java.lang.Exception
public void tearDown()
throws java.lang.Exception
java.lang.Exception
public void testValidateFiling()
throws ModelException
validateFiling(LxmlFiling filing)
ModelException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||