|
||||||||||
| 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.jboss.jsfunit.analysis.AbstractInterfaceTestCase
org.jboss.jsfunit.analysis.ValidatorTestCase
public class ValidatorTestCase
A ValidatorTestCase.
| Field Summary | |
|---|---|
protected String |
configFilePath
the pat of the config file for error reporting |
protected Node |
validatorNode
the DOM-node from the config file |
| Fields inherited from class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase |
|---|
classClass, className, jsfElement |
| Constructor Summary | |
|---|---|
ValidatorTestCase(String name,
Node validatorNode,
String configFilePath)
Create a new ConverterTestCase. |
|
| Method Summary | |
|---|---|
protected Class<?> |
getClassToExtend()
Return the class to be extended, this munst be implemented by the specific TestCase. |
void |
runTest()
Call the individual test methods. |
| Methods inherited from class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase |
|---|
setClassName, testClassLoadable, testInterface |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Node validatorNode
protected String configFilePath
| Constructor Detail |
|---|
public ValidatorTestCase(String name,
Node validatorNode,
String configFilePath)
name - TestCase nameconverterNode - DOM-node of the converter definition| Method Detail |
|---|
protected Class<?> getClassToExtend()
AbstractInterfaceTestCase
getClassToExtend in class AbstractInterfaceTestCasepublic void runTest()
AbstractInterfaceTestCase
runTest in class AbstractInterfaceTestCase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||