|
||||||||||
| 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.apache.myfaces.test.base.AbstractJsfTestCase
org.apache.myfaces.test.base.AbstractViewControllerTestCase
org.apache.myfaces.test.AbstractTomahawkViewControllerTestCase
org.apache.myfaces.custom.tree2.AbstractTreeTestCase
public class AbstractTreeTestCase
An abstract test case that sets up a Tree2 for testing using the structure below. - .. Root (0) | - .. A (0:0) | | | + .. AA (0:0:0) | | | + .. AB (0:0:1) | | | + .. AC (0:0:2) | | .. aca (0:0:2:0) | | .. acb (0:0:2:1) | + .. B (0:1) | | | + .. BA (0:1:0) | | | + .. BB (0:1:1) | | .. C (0:2) | | .. d (0:3)
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.test.base.AbstractJsfTestCase |
|---|
application, config, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session |
| Constructor Summary | |
|---|---|
AbstractTreeTestCase(String name)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
setUp()
See abstract class |
static junit.framework.Test |
suite()
|
| Methods inherited from class org.apache.myfaces.test.AbstractTomahawkViewControllerTestCase |
|---|
assertIdExists, tearDown |
| Methods inherited from class org.apache.myfaces.test.base.AbstractViewControllerTestCase |
|---|
checkMessageCount, checkMessageCount |
| Methods inherited from class org.apache.myfaces.test.base.AbstractJsfTestCase |
|---|
setFactories, setUpApplication, setUpExternalContext, setUpFacesContext, setUpJSFObjects, setUpLifecycle, setUpRenderKit, setUpServletObjects, setUpView |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTreeTestCase(String name)
name - String| Method Detail |
|---|
protected void setUp()
throws Exception
setUp in class AbstractTomahawkViewControllerTestCaseExceptionpublic static junit.framework.Test suite()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||