Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<testsuite name="com.livingworld.events.LivingWorldEventBusTest" tests="9" skipped="0" failures="1" errors="0" timestamp="2026-06-07T11:13:42.536Z" hostname="Georges-MacBook-Pro.local" time="0.016">
|
||||
<properties/>
|
||||
<testcase name="getListenerCountReturnsCorrectNumberOfListeners()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.005"/>
|
||||
<testcase name="registerBlankEventTypeThrows()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.001"/>
|
||||
<testcase name="publishUnknownEventTypeDoesNotCrash()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.0"/>
|
||||
<testcase name="registerNullListenerThrows()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.0"/>
|
||||
<testcase name="registerAddsListenerForEventType()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.0"/>
|
||||
<testcase name="getPublishedEventCountIncrementsOnPublish()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.003">
|
||||
<failure message="org.opentest4j.AssertionFailedError: expected: <1> but was: <0>" type="org.opentest4j.AssertionFailedError">org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
|
||||
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
|
||||
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
|
||||
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
|
||||
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
|
||||
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
|
||||
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531)
|
||||
at com.livingworld.events.LivingWorldEventBusTest.getPublishedEventCountIncrementsOnPublish(LivingWorldEventBusTest.java:114)
|
||||
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
||||
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
|
||||
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
|
||||
</failure>
|
||||
</testcase>
|
||||
<testcase name="publishNullEventThrows()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.001"/>
|
||||
<testcase name="publishDispatchesToRegisteredListeners()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.0"/>
|
||||
<testcase name="registerPreservesRegistrationOrder()" classname="com.livingworld.events.LivingWorldEventBusTest" time="0.001"/>
|
||||
<system-out><![CDATA[]]></system-out>
|
||||
<system-err><![CDATA[]]></system-err>
|
||||
</testsuite>
|
||||
Reference in New Issue
Block a user