Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.javahispano.canyamo.util.html.form
Class TestCaseManager  view TestCaseManager download TestCaseManager.java

java.lang.Object
  extended byorg.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