org.apache.myfaces.extensions.validator.test.propval.baseval
Class BaseValTestCase

java.lang.Object
  extended by org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
      extended by org.apache.myfaces.extensions.validator.test.base.AbstractExValTestCase
          extended by org.apache.myfaces.extensions.validator.test.propval.AbstractPropertyValidationTestCase
              extended by org.apache.myfaces.extensions.validator.test.propval.baseval.BaseValTestCase

public class BaseValTestCase
extends AbstractPropertyValidationTestCase

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class org.apache.myfaces.test.base.junit4.AbstractJsfConfigurableMockTestCase
application, config, externalContext, facesContext, facesContextFactory, lifecycle, lifecycleFactory, renderKit, request, response, servletContext, session
 
Constructor Summary
BaseValTestCase()
           
 
Method Summary
protected  void resetTestCase()
           
 void setUpTestCase()
           
 void testDoubleNoValue()
           
 void testDoubleValueCorrect()
           
 void testDoubleValueFail()
           
 void testName1LenghtCorrect()
           
 void testName1LenghtMaxFail()
           
 void testName1LenghtMinFail()
           
 void testName1NoLenght()
           
 void testNameRequiredFail()
           
 void testPatternNameCorrect()
           
 void testPatternNameFail()
           
 void testPatternNoName()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.propval.AbstractPropertyValidationTestCase
invokeStartupListeners, processCrossValidation
 
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
 

Constructor Detail

BaseValTestCase

public BaseValTestCase()
Method Detail

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.