Skip to content

Instantly share code, notes, and snippets.

@vladdedita
Created November 21, 2024 19:07
Show Gist options
  • Save vladdedita/055518bd2d4014376383d855386bf3fe to your computer and use it in GitHub Desktop.
Save vladdedita/055518bd2d4014376383d855386bf3fe to your computer and use it in GitHub Desktop.
class MyTests {
@Test
@ExtendWith(MyExtension.class)
void testMethod() {
// Test logic
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment