Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestWatcher junit5 #6339

Merged
merged 10 commits into from
Jan 5, 2024
Prev Previous commit
Next Next commit
formatting
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla committed Jan 3, 2024
commit bcc98d8f9e507544b7a239fc4c19fef03a9a31db
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
import java.util.concurrent.Executors;

import org.junit.After;
import org.junit.Rule;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.rules.TestName;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Loading