Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Created July 14, 2022 22:35
Show Gist options
  • Save beyondxscratch/290c73c77e290b611c54f3da5e020661 to your computer and use it in GitHub Desktop.
Save beyondxscratch/290c73c77e290b611c54f3da5e020661 to your computer and use it in GitHub Desktop.
@IntegrationTest
class MyIntegrationTests {
// ...
}
@ExtendWith({
MyIntegrationTestExtension.class,
SpringExtension.class // Implémenté par Spring
})
@Retention(RetentionPolicy.RUNTIME)
@interface IntegrationTest {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment