Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testplugins/org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/xml/AllTests.xml')
-rw-r--r--testplugins/org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/xml/AllTests.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/testplugins/org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/xml/AllTests.xml b/testplugins/org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/xml/AllTests.xml
deleted file mode 100644
index 14fdfb5ec..000000000
--- a/testplugins/org.eclipse.jdt.ui.tests/testresources/JUnitWorkspace/JUnit4Tests/xml/AllTests.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<testrun name="AllTests" project="JUnit4Tests" tests="9" started="9" failures="3" errors="2" ignored="1">
- <testsuite name="pack.AllTests" time="0.0">
- <testsuite name="pack.ATestSuite" time="0.0">
- <testsuite name="pack.ATestCase" time="0.0">
- <testcase name="testSucceed" classname="pack.ATestCase" time="0.0"/>
- <testcase name="testSucceed2" classname="pack.ATestCase" time="0.0"/>
- </testsuite>
- </testsuite>
- <testsuite name="pack.Failures" time="0.0">
- <testcase name="testNasty" classname="pack.Failures" time="0.0">
- <failure>java.lang.AssertionError: &lt;/failure&gt;
-
-</failure>
- </testcase>
- <testcase name="ignored" classname="pack.Failures" time="0.0" ignored="true"/>
- <testcase name="testError" classname="pack.Failures" time="0.0">
- <error>java.lang.IllegalStateException: &lt;/failure&gt;
-
-</error>
- </testcase>
- <testcase name="errorExpected" classname="pack.Failures" time="0.0"/>
- <testcase name="errorExpectedOther" classname="pack.Failures" time="0.0">
- <error>java.lang.Exception: Unexpected exception, expected&lt;java.lang.IllegalArgumentException&gt; but was&lt;java.lang.IllegalStateException&gt;
-Caused by: java.lang.IllegalStateException: xx
- ... 123456 more
-
-</error>
- </testcase>
- <testcase name="compareTheStuff" classname="pack.Failures" time="0.0">
- <failure>
- <expected>
-Hello World.
-
-</expected>
- <actual>
-
-Hello my friend.</actual>org.junit.ComparisonFailure: expected:&lt;
-[Hello World.
-
-]&gt; but was:&lt;
-[
-Hello my friend.]&gt;
-
-</failure>
- </testcase>
- <testcase name="testCompareNull" classname="pack.Failures" time="0.0">
- <failure>java.lang.AssertionError: expected:&lt;Hello World.&gt; but was:&lt;null&gt;
-
-</failure>
- </testcase>
- </testsuite>
- </testsuite>
-</testrun>

Back to the top