Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
238 | 0 | 0 | 0 | 100% | 1.065 |
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.003 |
javax.faces.component | 178 | 0 | 0 | 0 | 100% | 0.946 |
javax.faces.application | 25 | 0 | 0 | 0 | 100% | 0.036 |
javax.faces.component.html | 1 | 0 | 0 | 0 | 100% | 0.002 |
javax.faces.convert | 19 | 0 | 0 | 0 | 100% | 0.021 |
javax.faces.validator | 1 | 0 | 0 | 0 | 100% | 0.057 |
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.001 | |
FactoryFinderTest | 9 | 0 | 0 | 0 | 100% | 0.002 |
javax.faces.component
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
_AttachedStateWrapperTest | 4 | 0 | 0 | 0 | 100% | 0.002 | |
UIComponentAttributesTest | 2 | 0 | 0 | 0 | 100% | 0.007 | |
UIComponentBaseFacesListenerTest | 6 | 0 | 0 | 0 | 100% | 0.011 | |
UIComponentValueExpressionTest | 7 | 0 | 0 | 0 | 100% | 0.006 | |
UIComponentEncodeAllTest | 4 | 0 | 0 | 0 | 100% | 0.005 | |
UIComponentBaseTest$2 | 4 | 0 | 0 | 0 | 100% | 0 | |
UIComponentBaseTest$1 | 4 | 0 | 0 | 0 | 100% | 0.063 | |
UIComponentBaseGetClientIdTest | 7 | 0 | 0 | 0 | 100% | 0.225 | |
UIComponentInvokeOnComponentTest | 5 | 0 | 0 | 0 | 100% | 0.005 | |
UIComponentBaseValueBindingTest | 5 | 0 | 0 | 0 | 100% | 0.004 | |
UIDataTest | 33 | 0 | 0 | 0 | 100% | 0.015 | |
UISelectManyTest | 5 | 0 | 0 | 0 | 100% | 0.011 | |
UIGraphicTest | 3 | 0 | 0 | 0 | 100% | 0.002 | |
_MethodBindingToMethodExpressionTest | 7 | 0 | 0 | 0 | 100% | 0.006 | |
_ValueBindingToValueExpressionTest | 13 | 0 | 0 | 0 | 100% | 0.01 | |
_ValueExpressionToValueBindingTest | 12 | 0 | 0 | 0 | 100% | 0.007 | |
_AttachedListStateWrapperTest | 2 | 0 | 0 | 0 | 100% | 0.003 | |
UIComponentBaseProcessSaveRestoreStateTest | 4 | 0 | 0 | 0 | 100% | 0.002 | |
UIInputTest | 3 | 0 | 0 | 0 | 100% | 0.01 | |
UIComponentBaseTest | 26 | 0 | 0 | 0 | 100% | 0.03 | |
UIComponentTest | 2 | 0 | 0 | 0 | 100% | 0.003 | |
InvokeOnComponentTest | 1 | 0 | 0 | 0 | 100% | 0.031 | |
UIComponentFindComponentTest | 7 | 0 | 0 | 0 | 100% | 0.18 | |
UIViewRootTest | 12 | 0 | 0 | 0 | 100% | 0.308 |
javax.faces.application
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
ViewHandlerTest | 6 | 0 | 0 | 0 | 100% | 0.005 | |
FacesMessageTest | 14 | 0 | 0 | 0 | 100% | 0.008 | |
StateManagerTest | 5 | 0 | 0 | 0 | 100% | 0.023 |
javax.faces.component.html
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
HtmlOutputLinkTest | 1 | 0 | 0 | 0 | 100% | 0.002 |
javax.faces.convert
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
DateTimeConverterTest | 1 | 0 | 0 | 0 | 100% | 0.008 | |
NumberConverterTest | 7 | 0 | 0 | 0 | 100% | 0.004 | |
MessageUtilsTest | 3 | 0 | 0 | 0 | 100% | 0.002 | |
EnumConverterTest | 8 | 0 | 0 | 0 | 100% | 0.007 |
Test Cases
[Summary] [Package List] [Test Cases]
_AttachedStateWrapperTest
testGetClazz | 0.001 | |
test_AttachedStateWrapper | 0 | |
testGetWrappedStateObject | 0 | |
testSerialize | 0.001 |
UIComponentAttributesTest
testSetNullAttributeOnValidProperty | 0.006 | |
testSetNullAttributeOnInvalidProperty | 0.001 |
UIComponentBaseFacesListenerTest
testRemoveFacesListenerArgNPE | 0.001 | |
testInvalidListenerType | 0 | |
testGetFacesListeners | 0.01 | |
testArgNPE | 0 | |
testRemoveFacesListener | 0 | |
testEmptyListener | 0 |
UIComponentValueExpressionTest
testValueExpressionArgumentId | 0 | |
testValueExpressionArgumentsParent | 0 | |
testValueExpressionWithLiteralText | 0.001 | |
testValueExpressionWithValueBindingFallback | 0.002 | |
testValueExpressionArgumentNPE | 0.001 | |
testValueExpression | 0.001 | |
testValueExpressionWithExceptionOnGetValue | 0.001 |
UIComponentEncodeAllTest
testEncodeAllNotRendered | 0.001 | |
testEncodeAllNullContext | 0.003 | |
testEncodeAllRenderesChildren | 0 | |
testEncodeAllNotRenderesChildren | 0.001 |
UIComponentBaseTest$2
testDefaultValue | 0 | |
testExpressionValue | 0 | |
testExplicitValue | 0 | |
testExpressionWithLiteralTextValue | 0 |
UIComponentBaseTest$1
testDefaultValue | 0.061 | |
testExpressionValue | 0.001 | |
testExplicitValue | 0 | |
testExpressionWithLiteralTextValue | 0.001 |
UIComponentBaseGetClientIdTest
testWithoutId | 0.077 | |
testWithRenderer | 0.001 | |
testWithoutIdAndNoUIViewRoot | 0.001 | |
testWithoutParentAndNoRenderer | 0 | |
testWithParentNamingContainer | 0.141 | |
testNullFacesContext | 0.001 | |
testWithParentNamingContainerChanging | 0.004 |
UIComponentInvokeOnComponentTest
testInvokeOnComponentExceptions | 0.002 | |
testInvokeOnComponentOnChild | 0.001 | |
testInvokeOnComponentAndNotFindComponentWithClientId | 0 | |
testInvokeOnComponentWithException | 0.002 | |
testInvokeOnComponentWithSameClientId | 0 |
ViewHandlerTest
testCalculateCharacterEncodingWithNoRequestContentTypeAndWithSessionButNoSessionValue | 0.003 | |
testInitView | 0.001 | |
testInitViewWithUnsupportedEncodingException | 0.001 | |
testCalculateCharacterEncodingWithRequestHeaderContentType | 0 | |
testCalculateCharacterEncodingWithNoRequestContentTypeAndNoSession | 0 | |
testCalculateCharacterEncodingWithNoRequestContentTypeAndWithSessionAndNoSessionValue | 0 |
UIComponentBaseValueBindingTest
testSetValueBindingWNullValue | 0 | |
testGetValueBindingWOValueExpression | 0 | |
testGetValueBindingWithVBToVE | 0.002 | |
testSetValueBinding | 0.001 | |
testGetValueBindingFromVE | 0.001 |
UIDataTest
testGetFirst | 0 | |
testSetFooter | 0 | |
testSetValue | 0 | |
testGetRowCount | 0 | |
testEncodeBeginFacesContext | 0 | |
testGetClientId | 0.008 | |
testUIData | 0 | |
testGetHeader | 0 | |
testSaveState | 0 | |
testSetDataModel | 0 | |
testRestoreState | 0 | |
testGetRowData | 0.001 | |
testGetValue | 0 | |
testGetRows | 0.001 | |
testSetRowIndex | 0 | |
testSetVar | 0.001 | |
testQueueEventFacesEvent | 0 | |
testSetRows | 0 | |
testEncodeEndFacesContext | 0 | |
testIsRowAvailable | 0 | |
testGetRowIndex | 0 | |
testSetHeader | 0 | |
testProcessUpdatesFacesContext | 0.001 | |
testValueExpression | 0.001 | |
testGetVar | 0 | |
testInvokeOnComponentFacesContextStringContextCallback | 0.002 | |
testGetFooter | 0 | |
testProcessValidatorsFacesContext | 0 | |
testProcessDecodesFacesContext | 0 | |
testGetFamily | 0 | |
testGetDataModel | 0 | |
testSetFirst | 0 | |
testBroadcastFacesEvent | 0 |
UISelectManyTest
testValidateStringList | 0.005 | |
testValidateRequiredNull | 0.004 | |
testValidateStringArray | 0.001 | |
testValidateRequiredEmptyList | 0.001 | |
testValidateIntArray | 0 |
_MethodBindingToMethodExpressionTest
test_MethodBindingToMethodExpressionMethodBinding | 0.002 | |
testInvoke | 0.001 | |
test_MethodBindingToMethodExpression | 0 | |
testIsLiteralText | 0 | |
testStateHolder | 0.001 | |
testGetMethodInfoELContext | 0.002 | |
testGetExpressionString | 0 |
FacesExceptionTest
testFacesExceptionStringThrowable | 0.001 | |
testFacesExceptionString | 0 | |
testGetCause | 0 | |
testFacesException | 0 | |
testFacesExceptionThrowable | 0 |
FacesMessageTest
testSeverityValuesMap | 0.001 | |
testSerialization | 0.007 | |
testFacesMessage | 0 | |
testFacesMessageSeverityStringString | 0 | |
testSetNullSeverity | 0 | |
testSetSummary | 0 | |
testSetSeverity | 0 | |
testSeverityEquality | 0 | |
testFacesMessageNullSeverityStringString | 0 | |
testSeverityOrdering | 0 | |
testFacesMessageStringString | 0 | |
testSetDetail | 0 | |
testFacesMessageString | 0 | |
testSeverityValues | 0 |
_ValueBindingToValueExpressionTest
testHashCode | 0 | |
testGetExpectedType | 0.001 | |
testValueBindingToValueExpressionValueBinding | 0.001 | |
testValueBindingToValueExpression | 0.001 | |
testGetExpressionString | 0 | |
testGetTypeELContextExceptions | 0.003 | |
testSetValueELContextObject | 0.001 | |
testSetValueELContextObjectExceptions | 0.001 | |
testIsLiteralText | 0 | |
testEqualsObject | 0.001 | |
testGetTypeELContext | 0 | |
testGetValueELContext | 0 | |
testIsReadOnlyELContext | 0.001 |
NumberConverterTest
testCurrencyPattern2 | 0.001 | |
testCurrencyPattern | 0 | |
testFranceLocaleWithNonBreakingSpace | 0.001 | |
testFranceLocaleWithoutNonBreakingSpace | 0 | |
testUSLocaleUsingEURCurrencyCode | 0.001 | |
testUKLocaleUsingEURCurrencyCode | 0.001 | |
testGermanyLocaleUsingEURCurrencyCode | 0 |
_ValueExpressionToValueBindingTest
testHashCode | 0.001 | |
testGetType | 0.001 | |
testGetTypeExceptions | 0.001 | |
testSetValueExceptions | 0.001 | |
testEquals | 0 | |
testIsReadOnly | 0 | |
testGetExpressionString | 0.001 | |
testSetValue | 0 | |
testGetValue | 0 | |
testValueExpressionToValueBindingValueExpression | 0 | |
testGetValueExceptions | 0.001 | |
testIsReadOnlyExceptions | 0.001 |
FactoryFinderTest
testGetFactoryNoFactory | 0.001 | |
testSetFactoryBogusName | 0 | |
testGetFactory | 0 | |
testSetFactoryAdditiveClassNames | 0.001 | |
testReleaseFactories | 0 | |
testSetFactoryNoEffect | 0 | |
testGetFactoryNoConfiguration | 0 | |
testSetFactory | 0 | |
testGetFactoryTwice | 0 |
UIComponentBaseProcessSaveRestoreStateTest
testSaveRestoreStateWithTransientChilds | 0.001 | |
testSaveRestoreState | 0.001 | |
testRestoreStateExpections | 0 | |
testSaveStateExpections | 0 |
UIInputTest
testUpdateModelSetsTheLocalValueToModelValue | 0.006 | |
testWhenSpecifiedValidatorMessageIsUsedInCaseValidatorExceptionOccurs | 0.001 | |
testWhenSpecifiedConverterMessageIsUsedInCaseConverterExceptionOccurs | 0.003 |
UIComponentBaseTest
testQueueEventWithoutParent | 0.021 | |
testEncodeBeginArgNPE | 0 | |
testDecode | 0 | |
testProcessDecodesArgNPE | 0 | |
testGetRendersChildren | 0 | |
testGetAttributes | 0.001 | |
testQueueEvent | 0.001 | |
testEncodeChildren | 0.001 | |
testEncodeBegin | 0.001 | |
testBroadcast | 0.002 | |
testProcessDecodesWithRenderedTrue | 0 | |
testProcessUpdatesArgNPE | 0 | |
testBroadcastArgNPE | 0 | |
testEncodeEndArgNPE | 0 | |
testGetChildCount | 0.002 | |
testProcessUpdatesWithRenderedTrue | 0 | |
testProcessDecodesWithRenderedFalse | 0 | |
testProcessValidatorsArgNPE | 0 | |
testProcessValidatorsWithRenderedFalse | 0 | |
testProcessValidatorsWithRenderedTrue | 0.001 | |
testEncodeChildrenArgNPE | 0 | |
testDecodeArgNPE | 0 | |
testQueueEventArgNPE | 0 | |
testEncodeEnd | 0 | |
testProcessUpdatesWithRenderedFalse | 0 | |
testProcessDecodesCallsRenderResoponseIfDecodeThrowsException | 0 |
MessageUtilsTest
testGetLabelReturnsClientIdWhenLabelIsNotSpecified | 0.001 | |
testGetLabelFromValueExpression | 0.001 | |
testGetLabelFromAttributesMap | 0 |
UIComponentFindComponentTest
testWithNullExperession | 0.001 | |
testRootExpression | 0.001 | |
testWithRelativeExpressionNamingContainer | 0.059 | |
testRelativeExpression | 0.081 | |
testComplexRelativeExpression | 0.001 | |
testXXFindComponent | 0.037 | |
testOverriddenFindComponent | 0 |
UIViewRootTest
testProcessValidators | 0.111 | |
testEventQueue | 0.001 | |
testProcessApplication | 0.016 | |
testEncodeEnd | 0.044 | |
testProcessUpdates | 0.028 | |
testComponentType | 0.001 | |
testEventQueueWithAbortExcpetion | 0 | |
testLocale | 0.001 | |
testProcessDecodes | 0.036 | |
testSuperClass | 0 | |
testCreateUniqueId | 0.068 | |
testEncodeBegin | 0.002 |
StateManagerTest
testIsSavingStateInClientFalse | 0.022 | |
testIsSavingStateInClientNull | 0.001 | |
testIsSavingStateInClientBogus | 0 | |
testIsSavingStateInClientTrue | 0 | |
testNullThrowsIsSavingStateInClient | 0 |
EnumConverterTest
testGetAsObjectNoClassSet | 0.002 | |
testGetAsObjectNoEnum | 0.002 | |
testGetAsStringNull | 0.001 | |
testGetAsStringNoClassSet | 0.001 | |
testGetAsObjectNull | 0 | |
testGetAsObject | 0 | |
testGetAsStringNoEnum | 0 | |
testGetAsString | 0.001 |