Skip to content

Commit

Permalink
Name tests in JUnit4TestEngineExecutionTests consistently
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
On behalf of the community, the JUnit Lambda Team thanks
msg systems ag (http://www.msg-systems.com) for supporting
the JUnit crowdfunding campaign!
------------------------------------------------------------------------
  • Loading branch information
marcphilipp committed Jan 6, 2016
1 parent 3c3bfe2 commit 6a75536
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ void executesEnclosedJUnit4TestCase() {
}

@Test
void executesSuite() {
void executesJUnit4SuiteWithJUnit3SuiteWithSingleTestCase() {
Class<?> junit4SuiteClass = JUnit4SuiteWithJUnit3SuiteWithSingleTestCase.class;
Class<?> testClass = PlainJUnit3TestCaseWithSingleTestWhichFails.class;

Expand Down

0 comments on commit 6a75536

Please sign in to comment.