mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Return all events from EngineTestKitUtils.executeTestsForClass()
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class EngineTestKitUtils {
|
||||
return EngineTestKit.engine("junit-jupiter")
|
||||
.selectors(selectClass(testClass))
|
||||
.execute()
|
||||
.testEvents();
|
||||
.allEvents();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user