Skip to content

Instantly share code, notes, and snippets.

@chermehdi
Created November 11, 2018 11:14
Show Gist options
  • Save chermehdi/5774ce1a9089c9ed9659dc0cfb93ba21 to your computer and use it in GitHub Desktop.
Save chermehdi/5774ce1a9089c9ed9659dc0cfb93ba21 to your computer and use it in GitHub Desktop.
/**
* @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