You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ShutdownListener** provides callbacks for events in the lifecycle of the JVM that runs the Java code that comprises your tests. It receives the following notification:
207
-
* The JVM that's running the tests is about to close. This signals the completion the the test run.
207
+
* The JVM that's running the tests is about to close. This signals the completion of the test run.
**TestClassWatcher** provides callbacks for events in the lifecycle of **`TestClass`** objects. It receives the following notifications:
210
210
* A **`TestClass`** object has been created to represent a JUnit test class or suite. Each **`TestClass`** has a one-to-one relationship with the JUnit runner that created it.
@@ -223,7 +223,7 @@ The preceding **ServiceLoader** provider configuration files declare a **JUnit F
**MethodWatcher** provides callbacks for events in the lifecycle of a `particle method`, which is a component of an `atomic test`. It receives the following notifications:
225
225
* A `particle method` is about to be invoked.
226
-
* A `particle method` has just been invoked.
226
+
* A `particle method` has just finished.
227
227
228
228
###### Service Provider Example - Implementing MethodWatcher
0 commit comments