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

Quick Search    Search Deep

org.javahispano.canyamo.util.html.form
Interface TestCase  view TestCase download TestCase.java

All Known Implementing Classes:
TestCaseManager.EqualsCase, TestCaseManager.NotEqualsCase, TestCaseManager.NotNullCase

interface TestCase

Rule test case.

Interface which determines if a form' param follows the given rule

Version:
1.0

Method Summary
 void test(java.lang.Object o1, java.lang.Object o2)
          A unit test for JUnit
 

Method Detail

test

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