maven project

This commit is contained in:
dheepa
2021-08-09 11:11:28 +00:00
parent 3dfcc6ee7f
commit 96f16cb9da
6 changed files with 6 additions and 6 deletions

View File

@@ -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>