Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 93 | 0 | 0 | 0 | 100% | 0.502 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| javax.faces | 14 | 0 | 0 | 0 | 100% | 0.009 |
| javax.faces.component | 57 | 0 | 0 | 0 | 100% | 0.135 |
| javax.faces.application | 20 | 0 | 0 | 0 | 100% | 0.234 |
| javax.faces.convert | 2 | 0 | 0 | 0 | 100% | 0.124 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
javax.faces
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| FacesExceptionTest | 5 | 0 | 0 | 0 | 100% | 0.003 | |
| FactoryFinderTest | 9 | 0 | 0 | 0 | 100% | 0.006 |
javax.faces.component
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| UISelectManyTest | 5 | 0 | 0 | 0 | 100% | 0.016 | |
| UIComponentBaseTest | 45 | 0 | 0 | 0 | 100% | 0.101 | |
| _MessageUtilsTest | 1 | 0 | 0 | 0 | 100% | 0.001 | |
| _AttachedStateWrapperTest | 4 | 0 | 0 | 0 | 100% | 0.012 | |
| _AttachedListStateWrapperTest | 2 | 0 | 0 | 0 | 100% | 0.005 | |
| UIComponentAttributesTest | 0 | 0 | 0 | 0 | 0% | 0 |
javax.faces.application
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| StateManagerTest | 5 | 0 | 0 | 0 | 100% | 0.227 | |
| FacesMessageTest | 15 | 0 | 0 | 0 | 100% | 0.007 |
javax.faces.convert
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| NumberConverterTest | 0 | 0 | 0 | 0 | 0% | 0 | |
| DateTimeConverterTest | 2 | 0 | 0 | 0 | 100% | 0.124 |
Test Cases
[Summary] [Package List] [Test Cases]
UISelectManyTest
| testValidateRequiredNull | 0.006 | |
| testValidateRequiredEmptyList | 0 | |
| testValidateIntArray | 0.005 | |
| testValidateStringArray | 0.001 | |
| testValidateStringList | 0.001 |
StateManagerTest
| testNullThrowsIsSavingStateInClient | 0 | |
| testIsSavingStateInClientTrue | 0.223 | |
| testIsSavingStateInClientFalse | 0.001 | |
| testIsSavingStateInClientBogus | 0 | |
| testIsSavingStateInClientNull | 0 |
FacesExceptionTest
| testGetCause | 0 | |
| testFacesException | 0 | |
| testFacesExceptionThrowable | 0 | |
| testFacesExceptionString | 0 | |
| testFacesExceptionStringThrowable | 0 |
UIComponentBaseTest
| testIsRendered | 0 | |
| testIsRenderedValueSet | 0.001 | |
| testIsRenderedBinding | 0.001 | |
| testGetRendersChildren | 0 | |
| testGetChildCount | 0 | |
| testUIComponentBase | 0.001 | |
| testGetAttributes | 0 | |
| testGetValueBindingString | 0 | |
| testSetValueBindingStringValueBinding | 0.003 | |
| testGetClientIdFacesContext | 0.016 | |
| testGetId | 0 | |
| testSetIdString | 0 | |
| testGetParent | 0 | |
| testSetParentUIComponent | 0 | |
| testGetChildren | 0.001 | |
| testFindComponentString | 0.061 | |
| testGetFacets | 0.001 | |
| testGetFacetString | 0 | |
| testGetFacetsAndChildren | 0.001 | |
| testBroadcastFacesEvent | 0 | |
| testDecodeFacesContext | 0.001 | |
| testEncodeBeginFacesContext | 0 | |
| testEncodeChildrenFacesContext | 0 | |
| testEncodeEndFacesContext | 0.001 | |
| testAddFacesListenerFacesListener | 0 | |
| testGetFacesListenersClass | 0.001 | |
| testRemoveFacesListenerFacesListener | 0 | |
| testQueueEventFacesEvent | 0 | |
| testProcessDecodesFacesContext | 0 | |
| testProcessValidatorsFacesContext | 0 | |
| testProcessUpdatesFacesContext | 0.001 | |
| testProcessSaveStateFacesContext | 0 | |
| testProcessRestoreStateFacesContextObject | 0 | |
| testGetFacesContext | 0.001 | |
| testGetRendererFacesContext | 0 | |
| testGetPathToComponent | 0.001 | |
| testIsTransient | 0 | |
| testSetTransient | 0 | |
| testSaveAttachedState | 0 | |
| testRestoreAttachedState | 0 | |
| testSaveState | 0.001 | |
| testRestoreState | 0 | |
| testSetRendererType | 0 | |
| testSetRendererTypeStringValue | 0 | |
| testSetRendererTypeStringBinding | 0 |
FactoryFinderTest
| testGetFactory | 0.001 | |
| testGetFactoryTwice | 0.001 | |
| testGetFactoryNoFactory | 0 | |
| testGetFactoryNoConfiguration | 0 | |
| testSetFactoryBogusName | 0.001 | |
| testSetFactory | 0 | |
| testSetFactoryNoEffect | 0.001 | |
| testSetFactoryAdditiveClassNames | 0 | |
| testReleaseFactories | 0 |
FacesMessageTest
| testFacesMessage | 0 | |
| testFacesMessageString | 0 | |
| testFacesMessageStringString | 0 | |
| testFacesMessageSeverityStringString | 0 | |
| testFacesMessageNullSeverityStringString | 0 | |
| testSetSeverity | 0 | |
| testSetNullSeverity | 0 | |
| testSetSummary | 0 | |
| testSetDetail | 0 | |
| testSeverityOrdering | 0 | |
| testSeverityCompareWithString | 0 | |
| testSeverityEquality | 0 | |
| testSeverityValues | 0 | |
| testSeverityValuesMap | 0.001 | |
| testSerialization | 0.001 |
_AttachedStateWrapperTest
| testSerialize | 0.01 | |
| test_AttachedStateWrapper | 0 | |
| testGetClazz | 0 | |
| testGetWrappedStateObject | 0 |