Created
November 11, 2018 11:14
-
-
Save chermehdi/5774ce1a9089c9ed9659dc0cfb93ba21 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** | |
* @author chermehdi | |
*/ | |
@ExtendWith(InjectionExtension.class) | |
public class TestExtension { | |
@Test | |
void testExtension(DemoService service) { | |
assertNotNull(service); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment