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

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

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

Description of the Class

Version:

Constructor Summary
protected TestCaseManager.NotNullCase()
           
 
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.NotNullCase

protected TestCaseManager.NotNullCase()
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