Skip to content

Instantly share code, notes, and snippets.

@chermehdi
Created November 11, 2018 10:22
Show Gist options
  • Save chermehdi/5cecf138a1d8e937aa385d7b2307d2da to your computer and use it in GitHub Desktop.
Save chermehdi/5cecf138a1d8e937aa385d7b2307d2da to your computer and use it in GitHub Desktop.
class TestClass {
@Test
@DisplayName("DemoService should be injected in the method params")
void testMethod(DemoService service) {
// do some work with the service
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment