general Results

Time: 10 Jan 2002 11:40:28
System informationDesigned for XTest

Class org.openide.loaders.DataLoaderTest

TestCase DataLoaderTest

NameStatusTypeTime(s)
testSimpleLoaderSuccess 2.688
testFindTwoPartSuccess 0.099
testFindTwoPart2Success 7.590
testFindTwoPart3FailureOn iteration #1, found right object expected:<class org.openide.loaders.DataLoaderTest$TwoPartObject> but was:<class org.openide.loaders.DataFolder>0.146
testFindTwoPart4Success 6.893
testFindTwoPart6Success 6.770

Failures Details

testFindTwoPart3

junit.framework.AssertionFailedError: On iteration #1, found right object expected:<class org.openide.loaders.DataLoaderTest$TwoPartObject> but was:<class org.openide.loaders.DataFolder>
	at junit.framework.Assert.fail(Assert.java:51)
	at junit.framework.Assert.failNotEquals(Assert.java:234)
	at junit.framework.Assert.assertEquals(Assert.java:68)
	at org.openide.loaders.DataLoaderTest.abstractTestFindTwoPart(DataLoaderTest.java:266)
	at org.openide.loaders.DataLoaderTest.testFindTwoPart3(DataLoaderTest.java:146)
	at java.lang.reflect.Method.invoke(Native Method)
	at junit.framework.TestCase.runTest(TestCase.java:166)
	at junit.framework.TestCase.runBare(TestCase.java:140)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:131)
	at org.netbeans.junit.NbTestCase.run(NbTestCase.java:76)
	at junit.framework.TestSuite.runTest(TestSuite.java:173)
	at junit.framework.TestSuite.run(TestSuite.java:168)
	at org.netbeans.xtest.junit.JUnitTestRunnerExt.run(JUnitTestRunnerExt.java:216)
	at org.netbeans.xtest.junit.JUnitTestRunnerExt.main(JUnitTestRunnerExt.java:356)