org.apache.myfaces.commons.validator
Class AbstractValidatorTestCase

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
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
DateRestrictionValidatorTestCase, EmailValidatorTestCase, ISBNValidatorTestCase, RegExprValidatorTestCase, UrlValidatorTestCase

public abstract class AbstractValidatorTestCase
extends org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase


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
AbstractValidatorTestCase(String arg0)
           
 
Method Summary
protected  void doTestNullContext(javax.faces.component.UIComponent component, javax.faces.validator.Validator validator)
          if contex or component = null then should throw NullPointerException
protected  void setUp()
           
protected  void tearDown()
           
 
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

AbstractValidatorTestCase

public AbstractValidatorTestCase(String arg0)
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class org.apache.myfaces.test.jmock.AbstractJmockJsfTestCase
Throws:
Exception

doTestNullContext

protected void doTestNullContext(javax.faces.component.UIComponent component,
                                 javax.faces.validator.Validator validator)
                          throws NullPointerException
if contex or component = null then should throw NullPointerException

Throws:
NullPointerException


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