Unit Test Results

Designed for use with JUnit and Ant .

Summary

TestsFailuresErrorsSuccess rateTime
261096.15%1.104
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)
org.eclipse.wst.internet.cache.tests.internal26011.104

Package org.eclipse.wst.internet.cache.tests.internal

NameTestsErrorsFailuresTime(s)
AllCacheTests26011.104
Back to top


TestCase AllCacheTests

NameStatusTypeTime(s)
testGetNonExistantResourceSuccess0.075
testGetNullResourceSuccess0.000
testGetResourceThatExistsSuccess0.083
testResultStartsWithFileSuccess0.056
testDeleteCacheEntrySuccess0.060
testDeleteNullCacheEntrySuccess0.072
testClearCacheWithSingleEntrySuccess0.059
testClearCacheWithMultipleEntriesSuccess0.195
testGetInstanceSuccess0.000
testGetCacheEntriesSuccess0.172
testNotExpiredWhenMinusOneSuccess0.000
testNotExpiredWhenGreaterThanSystemTimeSuccess0.000
testExpiredWhenLessThanSystemTimeSuccess0.001
testResolveNullSystemIdSuccess0.002
testResolveNullSystemIdAndBaselocationSuccess0.002
testAbsoluteSystemIdSuccess0.107
testAbsoluteSystemIdNullBaselocationSuccess0.152
testRelativeSystemIdFailureThe result is null.

junit.framework.AssertionFailedError: The result is null.
at org.eclipse.wst.internet.cache.internal.CacheURIResolverExtensionTest.testRelativeSystemId(CacheURIResolverExtensionTest.java:88)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:330)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:204)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
0.035
testRelativeSystemIdWillNullBaselocationSuccess0.000
testReturnsNullWhenDisabledSuccess0.001
testAddLicenseToRegistrySuccess0.001
testAddLicenseToRegistryTwiceSuccess0.001
testAgreeToLicenseSuccess0.001
testAgreeToLicenseNotInRegistrySuccess0.001
testDisgreeToLicenseSuccess0.001
testDisagreeToLicenseNotInRegistrySuccess0.001
Properties >>

Back to top