Skip to content

Commit

Permalink
Test method renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
marmatys committed Nov 2, 2017
1 parent 69f0a43 commit a02c5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class ParameterisedTestClassRunnerTest {

@Test
public void name() throws Exception {
public void shouldGetNullDescriptionForMethodNotYetInvoked() throws Exception {
ParameterisedTestClassRunner runner = new ParameterisedTestClassRunner(new TestClass(SampleTest.class));
runner.returnListOfMethods();

Expand Down

0 comments on commit a02c5e4

Please sign in to comment.