Skip to content

Instantly share code, notes, and snippets.

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