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.EqualsCase  view TestCaseManager.EqualsCase download TestCaseManager.EqualsCase.java

java.lang.Object
  extended byorg.javahispano.canyamo.util.html.form.TestCaseManager.EqualsCase
All Implemented Interfaces:
TestCase
Enclosing class:
TestCaseManager

protected class TestCaseManager.EqualsCase
extends java.lang.Object
implements TestCase

Description of the Class

Version:

Constructor Summary
protected TestCaseManager.EqualsCase()
           
 
Method Summary
 void test(java.lang.Object o1, java.lang.Object o2)
          A unit test for JUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseManager.EqualsCase

protected TestCaseManager.EqualsCase()
Method Detail

test

public void test(java.lang.Object o1,
                 java.lang.Object o2)
          throws FormException
A unit test for JUnit

Specified by:
test in interface TestCase