|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJUnitFacesTestCase
javax.faces.component.UIComponentTestCase
javax.faces.component.UIComponentBaseTestCase
javax.faces.component.ValueHolderTestCaseBase
javax.faces.component.UIOutputTestCase
javax.faces.component.UIInputTestCase
javax.faces.component.UISelectBooleanTestCase
public class UISelectBooleanTestCase
Unit tests for UISelectBoolean
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.UIComponentTestCase |
---|
UIComponentTestCase.ValidationSignal |
Field Summary |
---|
Fields inherited from class javax.faces.component.UIComponentTestCase |
---|
component, expectedAttributes, expectedFamily, expectedId, expectedRendered, expectedRendererType, expectedRendersChildren |
Constructor Summary | |
---|---|
UISelectBooleanTestCase(java.lang.String name)
Construct a new instance of this test case. |
Method Summary | |
---|---|
protected UIComponent |
createComponent()
|
void |
setUp()
|
static Test |
suite()
|
void |
testAttributesTransparency()
|
void |
testPristine()
|
void |
testPropertiesInvalid()
|
void |
testPropertiesValid()
|
void |
testValueBindings()
|
Methods inherited from class javax.faces.component.UIInputTestCase |
---|
checkMessages, checkProperties, listenersAreEqual, populateComponent, setupNewValue, testCompareValues, testEmptyListeners, testEventsGeneric, testEventsMixed, testGetValueChangeListeners, testImmediate, testListeners, testUpdateModel, testValidateOrder, testValidateRequired, testValueChangeOrder, validatorsAreEqual |
Methods inherited from class javax.faces.component.UIOutputTestCase |
---|
testLifecycleManagement |
Methods inherited from class javax.faces.component.ValueHolderTestCaseBase |
---|
checkNumberConverter, checkNumberConverters, createNumberConverter, doTestAttributesTransparency, testAttributesTransparencyNonDeterministic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UISelectBooleanTestCase(java.lang.String name)
name
- Name of the test caseMethod Detail |
---|
public void setUp() throws java.lang.Exception
setUp
in class UIInputTestCase
java.lang.Exception
public static Test suite()
public void testAttributesTransparency()
testAttributesTransparency
in class UIInputTestCase
public void testPristine()
testPristine
in class UIInputTestCase
public void testPropertiesInvalid() throws java.lang.Exception
testPropertiesInvalid
in class UIInputTestCase
java.lang.Exception
public void testPropertiesValid() throws java.lang.Exception
testPropertiesValid
in class UIInputTestCase
java.lang.Exception
public void testValueBindings()
testValueBindings
in class UIInputTestCase
protected UIComponent createComponent()
createComponent
in class UIInputTestCase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |