1213141516171819
} } @Test public void noSuiteMethodIfMethodPrivate() throws Throwable { assertNull(new SuiteMethodBuilder() .runnerForClass(PrivateSuiteMethod.class)); }
1112131415161718