maven project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuite tests="1" failures="0" name="org.example.AppTest" time="0.009" errors="0" skipped="0">
|
||||
<testsuite tests="1" failures="0" name="org.example.AppTest" time="0.004" errors="0" skipped="0">
|
||||
<properties>
|
||||
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
|
||||
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64"/>
|
||||
@@ -60,5 +60,5 @@
|
||||
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
|
||||
<property name="sun.cpu.isalist" value=""/>
|
||||
</properties>
|
||||
<testcase classname="org.example.AppTest" name="shouldAnswerWithTrue" time="0.009"/>
|
||||
<testcase classname="org.example.AppTest" name="shouldAnswerWithTrue" time="0.004"/>
|
||||
</testsuite>
|
||||
Reference in New Issue
Block a user