javax.faces.validator
Class DoubleRangeValidatorTestCase

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

public class DoubleRangeValidatorTestCase
extends ValidatorTestCase

Unit tests for DoubleRangeValidator.


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

DoubleRangeValidatorTestCase

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