org.enhydra.barracuda.core.forms.validators
Class TestNotNullValidator

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.enhydra.barracuda.core.forms.ValidatorTestCase
                    |
                    +--org.enhydra.barracuda.core.forms.validators.TestNotNullValidator
All Implemented Interfaces:
junit.framework.Test

public synchronized class TestNotNullValidator
extends ValidatorTestCase


Constructor Summary
TestNotNullValidator(java.lang.String)
           
 
Method Summary
static void main(java.lang.String[])
           
 void testBoolean()
           
 void testDate()
           
 void testDouble()
           
 void testFloat()
           
 void testInteger()
           
 void testLong()
           
 void testShort()
           
 void testString()
           
 
Methods inherited from class org.enhydra.barracuda.core.forms.ValidatorTestCase
assertAll, assertAllInvalid, assertAllInvalid, assertAllValid, assertAllValid, assertInvalid, assertValid
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNotNullValidator

public TestNotNullValidator(java.lang.String)
Method Detail

main

public static void main(java.lang.String[])

testString

public void testString()
Specified by:
testString in class ValidatorTestCase

testBoolean

public void testBoolean()
Specified by:
testBoolean in class ValidatorTestCase

testInteger

public void testInteger()
Specified by:
testInteger in class ValidatorTestCase

testDate

public void testDate()
Specified by:
testDate in class ValidatorTestCase

testLong

public void testLong()
Specified by:
testLong in class ValidatorTestCase

testShort

public void testShort()
Specified by:
testShort in class ValidatorTestCase

testDouble

public void testDouble()
Specified by:
testDouble in class ValidatorTestCase

testFloat

public void testFloat()
Specified by:
testFloat in class ValidatorTestCase


Copyright © 2001 Enhydra.org