javax.faces.validator
Class ValidatorTestCase

java.lang.Object
  extended by JUnitFacesTestCase
      extended by javax.faces.validator.ValidatorTestCase
Direct Known Subclasses:
DoubleRangeValidatorTestCase, LengthValidatorTestCase, LongRangeValidatorTestCase, RegexValidatorTestCase

public class ValidatorTestCase
extends JUnitFacesTestCase

Base unit tests for all Validator implementations.


Constructor Summary
ValidatorTestCase(java.lang.String name)
          Construct a new instance of this test case.
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testNoOp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorTestCase

public ValidatorTestCase(java.lang.String name)
Construct a new instance of this test case.

Parameters:
name - Name of the test case
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

suite

public static Test suite()

testNoOp

public void testNoOp()


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.