javax.faces.validator
Class LengthValidatorTestCase

java.lang.Object
  extended by JUnitFacesTestCase
      extended by javax.faces.validator.ValidatorTestCase
          extended by javax.faces.validator.LengthValidatorTestCase

public class LengthValidatorTestCase
extends ValidatorTestCase

Unit tests for LengthValidator.


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

Constructor Detail

LengthValidatorTestCase

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

Parameters:
name - Name of the test case
Method Detail

suite

public static Test suite()

testLocaleHonored

public void testLocaleHonored()

testHashCode

public void testHashCode()


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