org.apache.myfaces.extensions.validator.test.propval.crossval
Class NotEqualsStringTestCase

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.crossval.NotEqualsStringTestCase

public class NotEqualsStringTestCase
extends AbstractPropertyValidationTestCase


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
NotEqualsStringTestCase()
           
 
Method Summary
protected  void processCrossValidation()
           
protected  void setUpTestCase()
           
 void testEqualsCaseInsensitiveDifferent()
           
 void testEqualsCaseInsensitiveSame()
           
 void testEqualsCaseSensitiveDifferent()
           
 void testEqualsCaseSensitiveSame()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.propval.AbstractPropertyValidationTestCase
invokeStartupListeners
 
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, resetTestCase, 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

NotEqualsStringTestCase

public NotEqualsStringTestCase()
Method Detail

setUpTestCase

protected void setUpTestCase()
Overrides:
setUpTestCase in class AbstractExValTestCase

testEqualsCaseSensitiveSame

public void testEqualsCaseSensitiveSame()
                                 throws Exception
Throws:
Exception

testEqualsCaseSensitiveDifferent

public void testEqualsCaseSensitiveDifferent()
                                      throws Exception
Throws:
Exception

testEqualsCaseInsensitiveSame

public void testEqualsCaseInsensitiveSame()
                                   throws Exception
Throws:
Exception

testEqualsCaseInsensitiveDifferent

public void testEqualsCaseInsensitiveDifferent()
                                        throws Exception
Throws:
Exception

processCrossValidation

protected void processCrossValidation()
Overrides:
processCrossValidation in class AbstractPropertyValidationTestCase


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.