Uses of Class
org.apache.myfaces.trinidadbuild.test.MockUIComponentWrapper

Packages that use MockUIComponentWrapper
org.apache.myfaces.trinidad.convert   
org.apache.myfaces.trinidad.validator   
 

Uses of MockUIComponentWrapper in org.apache.myfaces.trinidad.convert
 

Methods in org.apache.myfaces.trinidad.convert with parameters of type MockUIComponentWrapper
protected  void ConverterTestCase.doTestGetAsObject(javax.faces.convert.Converter converter, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, String value, Object expectedValue)
          Test the validity of method javax.faces.convert.Converter.getAsObject(FacesContext, UIComponent, String)
protected  void ConverterTestCase.doTestGetAsString(javax.faces.convert.Converter converter, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, Object value, String expectedValue)
          Test the validity of call on the method javax.faces.convert.Converter.getAsString(FacesContext, UIComponent, Object)
protected  void ConverterTestCase.doTestNull(org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, javax.faces.convert.Converter converter)
          This test performs action on the method javax.faces.convert.Converter.getAsObject(FacesContext, UIComponent, String) and javax.faces.convert.Converter.getAsString(FacesContext, UIComponent, Object) for method getAsObject() should return a value of null while getAsString() should return a empty string.
protected  void ConverterTestCase.doTestNullContext(MockUIComponentWrapper wrapper, javax.faces.convert.Converter converter)
          If contex or component = null then should throw NullPointerException
protected  void JsfNumberConverterTest.doTestStateHolderSaveRestore(javax.faces.convert.Converter conv1, javax.faces.convert.Converter conv2, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper)
           
protected  void TrinidadDateTimeConverterTest.doTestStateHolderSaveRestore(javax.faces.convert.Converter conv1, javax.faces.convert.Converter conv2, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper)
           
protected  void ConverterTestCase.doTestStateHolderSaveRestore(javax.faces.convert.Converter thisConverter, javax.faces.convert.Converter otherConverter, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper)
          Test to check for Validators which implements the StateHolder interface
protected  void JsfDateTimeConverterTest.doTestStateHolderSaveRestore(javax.faces.convert.Converter conv1, javax.faces.convert.Converter conv2, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper)
           
protected  void JsfNumberConverterTest.doTestStrictNess(org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, Locale locale, String inputValue)
           
protected abstract  void NumberConverterTestCase.doTestStrictNess(org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, Locale locale, String inputValue)
           
protected  void TrinidadNumberConverterTest.doTestStrictNess(org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, Locale locale, String inputValue)
           
 

Uses of MockUIComponentWrapper in org.apache.myfaces.trinidad.validator
 

Methods in org.apache.myfaces.trinidad.validator with parameters of type MockUIComponentWrapper
protected  void ValidatorTestCase.doTestNull(org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, javax.faces.validator.Validator validator)
          Tests that null returns immediately.
protected  void ValidatorTestCase.doTestNullContext(MockUIComponentWrapper wrapper, javax.faces.validator.Validator validator)
          if contex or component = null then should throw NullPointerException
protected  void ValidatorTestCase.doTestStateHolderSaveRestore(javax.faces.validator.Validator thisValidator, javax.faces.validator.Validator otherValidator, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper)
          Test to check for Validators which implements the StateHolder interface
protected  void ValidatorTestCase.doTestValidate(javax.faces.validator.Validator validator, org.apache.shale.test.mock.MockFacesContext context, MockUIComponentWrapper wrapper, Object value)
          Test the validate action on validators.
protected  void ValidatorTestCase.setMockLabelForComponent(MockUIComponentWrapper wrapper)
           
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.