|
||||||||||
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.RenderKitTestCase
public class RenderKitTestCase
A TestCase for a single JSF renderKit node.
Field Summary | |
---|---|
protected String |
configFilePath
path to the config file |
protected Node |
renderKitNode
DOM node of the renderKit to test |
Fields inherited from class org.jboss.jsfunit.analysis.AbstractInterfaceTestCase |
---|
classClass, className, jsfElement |
Constructor Summary | |
---|---|
RenderKitTestCase(String name,
String configFilePath,
Node renderKitNode)
Create a new RenderKitTestCase. |
Method Summary | |
---|---|
protected Class<?> |
getClassToExtend()
Return the class to be extended, this munst be implemented by the specific TestCase. |
String |
getRenderKitClassName()
Extract and return the render kit class name, if configured. |
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 String configFilePath
protected Node renderKitNode
Constructor Detail |
---|
public RenderKitTestCase(String name, String configFilePath, Node renderKitNode)
name
- The name of the test-case in the JUnit test-hierarchyconfigFilePath
- path to a single config filerenderKitNode
- the DOM node containing the renderKitMethod Detail |
---|
public void runTest()
runTest
in class AbstractInterfaceTestCase
public String getRenderKitClassName()
protected Class<?> getClassToExtend()
AbstractInterfaceTestCase
getClassToExtend
in class AbstractInterfaceTestCase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |