Skip to content

Instantly share code, notes, and snippets.

@vladdedita
Created November 21, 2024 19:28
Show Gist options
  • Save vladdedita/9a5c8283dca2e16e762f12a6394c35da to your computer and use it in GitHub Desktop.
Save vladdedita/9a5c8283dca2e16e762f12a6394c35da to your computer and use it in GitHub Desktop.
@ExtendWith(SpringExtension.class)
class MySpringTests {
@Autowired private MyRepository myRepository;
@Test void testSomething() {
// Test logic
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment