Return all events from EngineTestKitUtils.executeTestsForClass()

This commit is contained in:
Sam Brannen
2024-06-05 16:29:11 +02:00
parent 17e4c241c3
commit 667b74b53f

View File

@@ -41,7 +41,7 @@ public class EngineTestKitUtils {
return EngineTestKit.engine("junit-jupiter")
.selectors(selectClass(testClass))
.execute()
.testEvents();
.allEvents();
}
/**