Created
November 11, 2018 10:22
-
-
Save chermehdi/5cecf138a1d8e937aa385d7b2307d2da 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
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