org.apache.myfaces.extensions.validator.test.propval.baseval
Class BaseValTestCase
java.lang.Object
org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase
org.apache.myfaces.extensions.validator.test.propval.AbstractPropertyValidationTestCase
org.apache.myfaces.extensions.validator.test.propval.baseval.BaseValTestCase
public class BaseValTestCase
- extends AbstractPropertyValidationTestCase
- Author:
- Leonardo Uribe
| Fields inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase |
application, config, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session |
| Methods inherited from class org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase |
addInitializationParameters, addInitParameter, assertIdExists, assertNavigationBlocked, checkMessageCount, checkMessageCount, checkMessageSeverities, createRequestScopedBean, createValueBinding, getCustomConfigObjects, getCustomExtValCoreConfiguration, reset, resetExtValContext, resolveBean, setFactories, setUp, setUpApplication, setUpFacesContext, setUpRenderKit, setUpServletObjects |
| Methods inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase |
setUpExternalContext, setUpJSFObjects, setUpLifecycle, setUpView, tearDown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseValTestCase
public BaseValTestCase()
setUpTestCase
public void setUpTestCase()
- Overrides:
setUpTestCase in class AbstractExValTestCase
resetTestCase
protected void resetTestCase()
- Overrides:
resetTestCase in class AbstractExValTestCase
testNameRequiredFail
public void testNameRequiredFail()
throws Exception
- Throws:
Exception
testName1LenghtMaxFail
public void testName1LenghtMaxFail()
throws Exception
- Throws:
Exception
testName1LenghtCorrect
public void testName1LenghtCorrect()
throws Exception
- Throws:
Exception
testName1LenghtMinFail
public void testName1LenghtMinFail()
throws Exception
- Throws:
Exception
testName1NoLenght
public void testName1NoLenght()
throws Exception
- Throws:
Exception
testPatternNameFail
public void testPatternNameFail()
throws Exception
- Throws:
Exception
testPatternNoName
public void testPatternNoName()
throws Exception
- Throws:
Exception
testPatternNameCorrect
public void testPatternNameCorrect()
throws Exception
- Throws:
Exception
testDoubleValueFail
public void testDoubleValueFail()
throws Exception
- Throws:
Exception
testDoubleValueCorrect
public void testDoubleValueCorrect()
throws Exception
- Throws:
Exception
testDoubleNoValue
public void testDoubleNoValue()
throws Exception
- Throws:
Exception
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.