-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b645d5
commit 3a92cf4
Showing
5 changed files
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="Aufgabe3Test" time="0.58" tests="1" errors="0" skipped="0" failures="1"> | ||
<testcase name="shouldSplitToEmptyRight(int)[1]" classname="Aufgabe3Test" time="0.092"> | ||
<failure type="org.opentest4j.AssertionFailedError"><![CDATA[org.opentest4j.AssertionFailedError: | ||
Expecting: | ||
<[]> | ||
to be equal to: | ||
<[[1, 2, 3, 4, 5, 6, 7, 8, 9, 10], []]]]><![CDATA[> | ||
when comparing elements using recursive field/property by field/property comparator on all fields/properties | ||
Comparators used: | ||
- for elements fields (by type): {Double -> DoubleComparator[precision=1.0E-15], Float -> FloatComparator[precision=1.0E-6]} | ||
- for elements (by type): {Double -> DoubleComparator[precision=1.0E-15], Float -> FloatComparator[precision=1.0E-6]} | ||
but was not. | ||
at Aufgabe3Test.shouldSplitToEmptyRight(Aufgabe3Test.java:254) | ||
]]></failure> | ||
</testcase> | ||
</testsuite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="Aufgabe3Test" time="0.58" tests="1" errors="0" skipped="0" failures="1"> | ||
<testcase name="shouldSplitToEmptyRight(int)[1]" classname="Aufgabe3Test" time="0.092"> | ||
<failure type="org.opentest4j.AssertionFailedError"><![CDATA[org.opentest4j.AssertionFailedError: | ||
Expecting: | ||
<[]> | ||
to be equal to: | ||
<[[1, 2, 3, 4, 5, 6, 7, 8, 9, 10], []]]]><![CDATA[> | ||
when comparing elements using recursive field/property by field/property comparator on all fields/properties | ||
Comparators used: | ||
- for elements fields (by type): {Double -> DoubleComparator[precision=1.0E-15], Float -> FloatComparator[precision=1.0E-6]} | ||
- for elements (by type): {Double -> DoubleComparator[precision=1.0E-15], Float -> FloatComparator[precision=1.0E-6]} | ||
but was not. | ||
at Aufgabe3Test.shouldSplitToEmptyRight(Aufgabe3Test.java:254) | ||
]]></failure> | ||
</testcase> | ||
<testcase name="shouldInsertBefore" classname="Aufgabe3Test" time="0.001"/> | ||
<testcase name="ALL_FINAL" classname="Aufgabe3Test" time="0.579"> | ||
<failure type="java.lang.AssertionError"><![CDATA[java.lang.AssertionError: | ||
Architecture Violation [Priority: MEDIUM] - Rule 'classes that have simple name 'Integers' should have only final fields' was violated (1 times): | ||
Field <Integers.value> is not final in (Integers.java:0) | ||
]]></failure> | ||
</testcase> | ||
</testsuite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report-3.0.xsd" version="3.0" name="Aufgabe3Test" time="0.58" tests="1" errors="0" skipped="0" failures="1"> | ||
<testcase name="ALL_FINAL" classname="Aufgabe3Test" time="0.579"> | ||
<failure type="java.lang.AssertionError"><![CDATA[java.lang.AssertionError: | ||
Architecture Violation [Priority: MEDIUM] - Rule 'classes that have simple name 'Integers' should have only final fields' was violated (1 times): | ||
Field <Integers.value> is not final in (Integers.java:0) | ||
]]></failure> | ||
</testcase> | ||
</testsuite> |