org.apache.myfaces.extensions.validator.test.trinidad.initializer
Class TrinidadComponentInitializerTest

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.trinidad.AbstractTrinidadSupportTestCase
              extended by org.apache.myfaces.extensions.validator.test.trinidad.initializer.TrinidadComponentInitializerTest

public class TrinidadComponentInitializerTest
extends AbstractTrinidadSupportTestCase

Author:
Rudy De Busscher

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
TrinidadComponentInitializerTest()
           
 
Method Summary
protected  void invokeStartupListeners()
           
 void setUpTestCase()
           
 void testInitializerDisabled()
           
 void testInitializerInputHidden()
           
 void testInitializerNone()
           
 void testInitializerNotActivated()
           
 void testInitializerNoValidationOfEmptyFields()
           
 void testInitializerReadOnly()
           
 void testInitializerRequiredIf()
           
 void testInitializerStrong()
           
 void testInitializerWeak()
           
 
Methods inherited from class org.apache.myfaces.extensions.validator.test.trinidad.AbstractTrinidadSupportTestCase
createValueBinding, resetTestCase, setFactories, setUpRenderKit
 
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, setUp, setUpApplication, setUpFacesContext, 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

TrinidadComponentInitializerTest

public TrinidadComponentInitializerTest()
Method Detail

invokeStartupListeners

protected void invokeStartupListeners()
Overrides:
invokeStartupListeners in class AbstractTrinidadSupportTestCase

setUpTestCase

public void setUpTestCase()
Overrides:
setUpTestCase in class AbstractTrinidadSupportTestCase

testInitializerStrong

public void testInitializerStrong()
                           throws Exception
Throws:
Exception

testInitializerRequiredIf

public void testInitializerRequiredIf()
                               throws Exception
Throws:
Exception

testInitializerWeak

public void testInitializerWeak()
                         throws Exception
Throws:
Exception

testInitializerNone

public void testInitializerNone()
                         throws Exception
Throws:
Exception

testInitializerReadOnly

public void testInitializerReadOnly()
                             throws Exception
Throws:
Exception

testInitializerDisabled

public void testInitializerDisabled()
                             throws Exception
Throws:
Exception

testInitializerInputHidden

public void testInitializerInputHidden()
                                throws Exception
Throws:
Exception

testInitializerNotActivated

public void testInitializerNotActivated()
                                 throws Exception
Throws:
Exception

testInitializerNoValidationOfEmptyFields

public void testInitializerNoValidationOfEmptyFields()
                                              throws Exception
Throws:
Exception


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