|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> util >> html >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.javahispano.canyamo.util.html.form
Class TestCaseManager

java.lang.Objectorg.javahispano.canyamo.util.html.form.TestCaseManager
- class TestCaseManager
- extends java.lang.Object
TestCase manager following Singleton pattern
- Version:
- 1.0
| Nested Class Summary | |
protected class |
TestCaseManager.EqualsCase
Description of the Class |
protected class |
TestCaseManager.NotEqualsCase
Description of the Class |
protected class |
TestCaseManager.NotNullCase
Description of the Class |
| Field Summary | |
(package private) TestCase[] |
cases
Description of the Field |
(package private) static TestCaseManager |
instance
Description of the Field |
| Constructor Summary | |
private |
TestCaseManager()
Constructor for the TestCaseManager object |
| Method Summary | |
protected static TestCaseManager |
getInstance()
Gets the instance attribute of the TestCaseManager class |
protected TestCase |
getTestCase(int type)
Gets the testCase attribute of the TestCaseManager object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
instance
static TestCaseManager instance
- Description of the Field
cases
TestCase[] cases
- Description of the Field
| Constructor Detail |
TestCaseManager
private TestCaseManager()
- Constructor for the TestCaseManager object
| Method Detail |
getInstance
protected static TestCaseManager getInstance()
- Gets the instance attribute of the TestCaseManager class
getTestCase
protected TestCase getTestCase(int type)
- Gets the testCase attribute of the TestCaseManager object
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> util >> html >> [ form overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.javahispano.canyamo.util.html.form.TestCaseManager