Unit Test Results

Designed for use with JUnit and Ant .

Summary

TestsFailuresErrorsSuccess rateTime
2451099.59%44.321
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
0000.000

Package

NameTestsErrorsFailuresTime(s)
Back to top


TestCase org.eclipse.jst.jsp.core.tests.JSPCoreTestSuite

NameStatusTypeTime(s)
testCleanupInsertTagsQuoteAttrsSuccess0.952
testCleanupInsertTagsSuccess0.023
testCleanupHTMLtwiceSuccess0.176
testCleanupHTMLSuccess0.044
testCleanupJSPEmptyTags1Success0.302
testCleanupJSPEmptyTags2Success0.250
testCleanupCompressEmptyElementTagsSuccess0.037
testFormatSpacesSuccess0.011
testFormatInlineCommentsSuccess0.031
testFormatBlockCommentsSuccess0.036
testFormatTagsSuccess0.016
testFormatTagOpenTagCloseSuccess0.006
testFormatSpacesAndCharsSuccess0.006
testFormatOneSpaceSuccess0.006
testHTMLFormatSuccess0.110
testFormatCharsSuccess0.007
testFormatEmptySuccess0.007
testFormatSuccess0.055
testFormatInlineCommentsSplitLinesSplitMultiAttrsSuccess0.034
testFormatTagOpenSuccess0.007
testFormatSplitLinesSplitMultiAttrsSuccess0.052
testFormat261968Success0.030
testFormatOneCharSuccess0.008
testFormatSplitLinesSuccess0.043
testCloneStructuredDocumentJSPXMLSuccess0.003
testCloneStructuredDocumentJSPSuccess0.000
testCloneStructuredDocumentXMLSuccess0.000
testCreationSuccess0.001
testDirtyStateForUnsupportedEmbeddedContentTypeSuccess0.137
testDTDExistsSuccess0.002
testCSSExistsSuccess0.001
testDirtyStateForDefaultEmbeddedContentTypeSuccess0.023
testHTMLExistsFromFilenameSuccess0.001
testDTDExistsFromFilenameSuccess0.000
testJSPExistsFromFilenameSuccess0.001
testXMLExistsSuccess0.000
testXMLExistsFromFilenameSuccess0.000
testDirtyStateForMisspelledEmbeddedCharsetSuccess0.017
testCSSExistsFromFilenameSuccess0.001
testHTMLExistsSuccess0.000
testJSPExistsSuccess0.000
testDirtyStateForEmbeddedContentTypeTextCSSSuccess0.020
testDirtyStateForEmbeddedContentTypeTextXMLSuccess0.023
testDirtyStateForEmbeddedCharsetWithoutContentTypeSuccess0.043
testDirtyStateForEmbeddedContentTypeSubXMLSuccess0.021
testDirtyStateForEmbeddedContentTypeTextHTMLSuccess0.021
testDirtyStateWithNoPageDirectiveSuccess0.019
testCreationSuccess0.000
testMultipleDefinitionsSuccess0.008
testXMLExistsByFileExtensionSuccess0.002
testDTDExistsSuccess0.001
testJSPExistsByFileExtensionSuccess0.000
testHTMLExistsByFileExtensionSuccess0.002
testDTDExistsByFileExtensionSuccess0.001
testCSSExistsSuccess0.000
testXMLExistsSuccess0.000
testHTMLExistsSuccess0.000
testJSPExistsSuccess0.000
testCSSExistsByFileExtensionSuccess0.001
testNullArgumentSuccess0.000
testCopyJSPModelForEditSuccess0.003
testModelManagerSuccess0.002
testFormatSpacesSuccess0.008
testFormatInlineCommentsSuccess0.029
testFormatBlockCommentsSuccess0.030
testFormatTagsSuccess0.018
testFormatTagOpenTagCloseSuccess0.008
testFormatSpacesAndCharsSuccess0.007
testFormatOneSpaceSuccess0.006
testHTMLFormatSuccess0.077
testFormatCharsSuccess0.008
testFormatEmptySuccess0.007
testFormatSuccess0.040
testFormatInlineCommentsSplitLinesSplitMultiAttrsSuccess0.027
testFormatTagOpenSuccess0.007
testFormatSplitLinesSplitMultiAttrsSuccess0.043
testFormat261968Success0.025
testFormatOneCharSuccess0.007
testFormatSplitLinesSuccess0.037
testJSPModelSuccess0.001
testBug116066_1Success0.133
testBug116066_2Success0.050
testJSPModelSuccess0.000
testInsertCommentSuccess0.007
test26004Success0.001
test144807_AttrNameSuccess0.008
test144807_AttrValueSuccess0.008
test150794Success0.000
test299146Success0.000
test343387Success0.000
test144807_EqualsSuccess0.007
testEmbeddedTagValueSuccess0.003
testAttributeValueSuccess0.002
test_389174Success0.798
test_432978Success2.251
testIterationTagsIncompleteSuccess3.712
test_prelude_and_codaSuccess0.087
testIterationTagsSuccess2.152
test_javaVariableIncludesSuccess3.254
testTaglibHelperUnresolvedSupertypeSuccess5.368
testVariablesFromIncludedFragmentsSuccess0.881
testTaglibHelperWrongHierarchySuccess1.549
test_181057aSuccess2.131
test_219761aSuccess3.215
test_preludesSuccess0.020
test_codasSuccess0.010
test_107338Success0.042
test_109721Failureproblem markers found problem on line null: Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration problem on line null: Syntax error, insert ";" to complete LocalVariableDeclarationStatement problem on line null: Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration problem on line null: Syntax error, insert ";" to complete LocalVariableDeclarationStatement expected:<0> but was:<4>

junit.framework.AssertionFailedError: problem markers found
problem on line null: Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
problem on line null: Syntax error, insert ";" to complete LocalVariableDeclarationStatement
problem on line null: Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
problem on line null: Syntax error, insert ";" to complete LocalVariableDeclarationStatement expected:<0> but was:<4>
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.failNotEquals(Assert.java:329)
at junit.framework.Assert.assertEquals(Assert.java:78)
at junit.framework.Assert.assertEquals(Assert.java:234)
at junit.framework.TestCase.assertEquals(TestCase.java:401)
at org.eclipse.jst.jsp.core.tests.translation.JSPJavaTranslatorCoreTest.test_109721(JSPJavaTranslatorCoreTest.java:298)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at junit.framework.TestCase.runTest(TestCase.java:176)
at junit.framework.TestCase.runBare(TestCase.java:141)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.framework.TestResult.runProtected(TestResult.java:142)
at junit.framework.TestResult.run(TestResult.java:125)
at junit.framework.TestCase.run(TestCase.java:129)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at junit.framework.TestSuite.runTest(TestSuite.java:255)
at junit.framework.TestSuite.run(TestSuite.java:250)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
2.989
test_126377Success0.394
test_150794Success0.080
test_174042Success1.578
test_178443Success2.066
testBooleanMethodsSuccess0.021
testContentModelSingleLineIncludedFileWithNoSpacesButWithTaglibInIncludeSuccess0.125
testTranslateMultiLineIncludedFileWithSpacesAndScriptletInIncludeSuccess0.128
testTranslateSingleLineIncludedFileWithNoSpacesButScriptletInIncludeSuccess0.128
testPluginSetPreferencesSuccess0.001
testDelimiterPreferencesSuccess0.001
testBundleGetPreferencesSuccess0.000
testPluginGetDefaultPreferencesSuccess0.001
testSourceInsert10Success0.114
testSourceInsert11Success0.022
testSourceInsert13Success0.002
testSourceInsert14Success0.002
testSourceInsert15Success0.065
testSourceInsert16Success0.025
testSourceOpen10Success0.003
testSourceOpen11Success0.002
testSourceOpen12Success0.003
testSourceOpen13Success0.002
testSourceOpen14Success0.002
testSourceOpen15Success0.002
testSourceOpen16Success0.002
testSourceAppend10Success0.013
testSourceAppend11Success0.015
testSourceAppend12Success0.013
testSourceAppend13Success0.002
testSourceAppend14Success0.002
testSourceAppend15Success0.037
testSourceAppend16Success0.022
testSourceOpen1Success0.002
testSourceOpen2Success0.003
testSourceOpen3Success0.002
testSourceOpen4Success0.003
testSourceOpen5Success0.002
testSourceOpen6Success0.003
testSourceOpen7Success0.002
testSourceOpen8Success0.002
testSourceOpen9Success0.003
testSourceInsert1Success0.038
testSourceInsert4Success0.038
testSourceInsert5Success0.067
testSourceInsert7Success0.018
testSourceAppend1Success0.036
testSourceAppend2Success0.025
testSourceAppend3Success0.025
testSourceAppend4Success0.022
testSourceAppend5Success0.024
testSourceAppend6Success0.023
testSourceAppend7Success0.025
testSourceAppend8Success0.013
testSourceAppend9Success0.014
testCustomTagInAttributeSuccess3.232
test_310085Success0.093
test_326193Success1.500
testNoValidatingFragmentsSuccess0.043
testValidatingFragmentsSuccess0.030
testImportedCommentsSuccess0.003
testAttributesOnJSP11SetPropertySuccess0.001
testAttributesOnTAG20TaglibDirectiveSuccess0.003
testAttributesOnJSP11GetPropertySuccess0.000
testJSP11documentSuccess0.001
testAttributesOnJSP11PluginSuccess0.000
testAttributesOnTAG20AttributeSuccess0.000
testAttributesOnJSP20ElementSuccess0.000
testAttributesOnJSP11IncludeDirectiveSuccess0.000
testAttributesOnJSP20PageDirectiveSuccess0.000
testAttributesOnJSP11ForwardSuccess0.000
testAttributesOnTAG20IncludeSuccess0.000
testAttributesOnTAG20VariableDirectiveSuccess0.000
testAttributesOnJSP11UseBeanSuccess0.000
testAttributesOnJSP11ParamSuccess0.000
testAttributesOnJSP20OutputSuccess0.001
testAttributesOnJSP20PluginSuccess0.000
testAttributesOnJSP20AttributeSuccess0.000
testAttributesOnJSP20ForwardSuccess0.000
testAttributesOnTAG20ElementSuccess0.000
testAttributesOnJSP20TaglibDirectiveSuccess0.000
testAttributesOnTAG20AttributeDirectiveSuccess0.000
testAttributesOnTAG20RootSuccess0.001
testAttributesOnJSP20UseBeanSuccess0.000
testJSP20documentSuccess0.001
testAttributesOnJSP20ParamSuccess0.000
testAttributesOnTAG20SetPropertySuccess0.000
testAttributesOnTAG20GetPropertySuccess0.000
testAttributesOnTAG20IncludeDirectiveSuccess0.000
testAttributesOnTAG20ForwardSuccess0.000
testTag20documentSuccess0.001
testAttributesOnJSP20IncludeDirectiveSuccess0.000
testAttributesOnTAG20DoBodySuccess0.000
testJSP12documentSuccess0.001
testAttributesOnJSP11PageDirectiveSuccess0.000
testAttributesOnTAG20InvokeSuccess0.000
testAttributesOnTAG20UseBeanSuccess0.000
testAttributesOnTAG20OutputSuccess0.001
testAttributesOnTAG20PluginSuccess0.000
testAttributesOnJSP11RootSuccess0.000
testAttributesOnJSP20RootSuccess0.000
testAttributesOnJSP11IncludeSuccess0.000
testAttributesOnTAG20TagDirectiveSuccess0.000
testCHTMLdocumentSuccess0.007
testAttributesOnJSP11TaglibDirectiveSuccess0.000
testAttributesOnJSP20IncludeSuccess0.000
testAttributesOnJSP20SetPropertySuccess0.000
testAttributesOnTAG20ParamSuccess0.000
testAttributesOnJSP20GetPropertySuccess0.001
testHTML4documentSuccess0.018
testFacetModuleAbstractionWithWebFragmentSuccess0.135
testFacetModuleAbstractionInDynamicWebProjectSuccess0.040
testFacetModuleAbstractionWithoutWebFragmentSuccess0.052
testDynamicAttributesSuccess0.120
testTagFileReferencedInTLDSuccess0.076
testLoadCustomTagsThroughXMLSyntaxSuccess0.061
testTagRuntimeExpressionValuesSuccess0.042
testLoadCustomTagsThroughJSPSyntaxSuccess0.012
testTagFileHasTagContentModelSuccess0.036
testTagFileHasHTMLContentModelSuccess0.047
testAttributesCorrectSuccess0.069
testMissingRequiredAttributeSuccess0.006
testUknownAttributeSuccess0.006
testNonEmptyInlineTagSuccess0.007
testFragmentValidationPreferenceOnWorkspaceSuccess0.657
testValidating2FilesSuccess0.022
testFragmentValidationPreferenceOnProjectSuccess0.022
testELConditionalSuccess0.052
testIncludeMappedURLSuccess0.138
testIncludeDirective2Success0.087
testIncludeActionSuccess0.074
testBug265710ElSuccess0.009
testBug265710ExpressionSuccess0.005
testIncludeDirectiveSuccess0.006
testIncludeDirectiveXMLSuccess0.089
testCreateTranslationAdapterSuccess0.012
testTranslationsDeepEqualSuccess0.002
testTranslationTextComparisonSuccess0.001
Properties >>

Back to top