org.apache.myfaces.commons.validator
Class RegExprValidatorTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jmock.core.VerifyingTestCase
              extended by org.jmock.core.MockObjectSupportTestCase
                  extended by org.jmock.MockObjectTestCase
                      extended by org.jmock.cglib.MockObjectTestCase
                          extended by org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase
                              extended by org.apache.myfaces.commons.validator.AbstractValidatorTestCase
                                  extended by org.apache.myfaces.commons.validator.RegExprValidatorTestCase
All Implemented Interfaces:
junit.framework.Test

public class RegExprValidatorTestCase
extends AbstractValidatorTestCase


Field Summary
 
Fields inherited from class org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase
application, config, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session
 
Fields inherited from class org.jmock.core.MockObjectSupportTestCase
ANYTHING, NOT_NULL, NULL
 
Constructor Summary
RegExprValidatorTestCase(String arg0)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testNullContext()
          Test when context is set to null
 void testRightValue()
           
 void testWrongValue()
           
 
Methods inherited from class org.apache.myfaces.commons.validator.AbstractValidatorTestCase
doTestNullContext
 
Methods inherited from class org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase
setFactories, setUpApplication, setUpExternalContext, setUpFacesContext, setUpJSFObjects, setUpLifecycle, setUpRenderKit, setUpServletObjects, setUpView
 
Methods inherited from class org.jmock.cglib.MockObjectTestCase
newCoreMock
 
Methods inherited from class org.jmock.MockObjectTestCase
atLeastOnce, defaultMockNameForType, mock, mock, never, once, onConsecutiveCalls, onConsecutiveCalls, onConsecutiveCalls, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, throwException
 
Methods inherited from class org.jmock.core.MockObjectSupportTestCase
and, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, isA, newDummy, newDummy, newDummy, not, or, same, stringContains
 
Methods inherited from class org.jmock.core.VerifyingTestCase
registerToVerify, runBare, unregisterToVerify, verify
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegExprValidatorTestCase

public RegExprValidatorTestCase(String arg0)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractValidatorTestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractValidatorTestCase
Throws:
Exception

suite

public static junit.framework.Test suite()

testNullContext

public void testNullContext()
Test when context is set to null


testRightValue

public void testRightValue()

testWrongValue

public void testWrongValue()


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.