Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
4 0 2 0 50% 0.012

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
com.areyes1.junitreport.service 4 0 2 0 50% 0.012

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

com.areyes1.junitreport.service

Class Tests Errors Failures Skipped Success Rate Time
JUnitReportServiceExampleTest 4 0 2 0 50% 0.012

Test Cases

[Summary] [Package List] [Test Cases]

JUnitReportServiceExampleTest

testAssertEqualsFalse 0.01
expected:<com.areyes1.junitreport.service.ServiceObject@1338933d> but was:<com.areyes1.junitreport.service.ServiceObject@674a93a6>
testAssertEquals 0
testAssertEqualsWithMessage 0
testAssertEqualsFalseWithMessage 0.002
Not the Same Object expected:<com.areyes1.junitreport.service.ServiceObject@5de6cecc> but was:<com.areyes1.junitreport.service.ServiceObject@5c12e33d>

Failure Details

[Summary] [Package List] [Test Cases]


testAssertEqualsFalse
java.lang.AssertionError: expected:<com.areyes1.junitreport.service.ServiceObject@1338933d> but was:<com.areyes1.junitreport.service.ServiceObject@674a93a6>
com.areyes1.junitreport.service.JUnitReportServiceExampleTest:25
testAssertEqualsFalseWithMessage
java.lang.AssertionError: Not the Same Object expected:<com.areyes1.junitreport.service.ServiceObject@5de6cecc> but was:<com.areyes1.junitreport.service.ServiceObject@5c12e33d>
com.areyes1.junitreport.service.JUnitReportServiceExampleTest:45