Java 类org.junit.tests.AllTests 实例源码

项目:sosiefier    文件:MaxStarterTest.java   
@Test
public void testCountsStandUpToFiltration() {
    assertFilterLeavesTestUnscathed(AllTests.class);
}
项目:junit    文件:MaxStarterTest.java   
@Test
public void testCountsStandUpToFiltration() {
    assertFilterLeavesTestUnscathed(AllTests.class);
}
项目:health-and-care-developer-network    文件:MaxStarterTest.java   
@Test
public void testCountsStandUpToFiltration() {
    assertFilterLeavesTestUnscathed(AllTests.class);
}