javax.faces.validator
Class LongRangeValidatorTestCase

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

public class LongRangeValidatorTestCase
extends ValidatorTestCase

Unit tests for LongRangeValidator.


Constructor Summary
LongRangeValidatorTestCase(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

LongRangeValidatorTestCase

public LongRangeValidatorTestCase(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.