Skip to content

Instantly share code, notes, and snippets.

@vladdedita
Created November 21, 2024 19:39
Show Gist options
  • Save vladdedita/82eacea7f8a808cfc22f788f02083e5c to your computer and use it in GitHub Desktop.
Save vladdedita/82eacea7f8a808cfc22f788f02083e5c to your computer and use it in GitHub Desktop.
public class MyAfterAllExtension implements AfterAllCallback {
@Override
public void afterAll(ExtensionContext context) {
System.out.println("Executing after all tests");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment