Created
November 21, 2024 19:28
-
-
Save vladdedita/9a5c8283dca2e16e762f12a6394c35da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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