assertTrue(run);
}
@org.junit.Test public void correctTestCount() throws Throwable {
AllTests tests= new AllTests(All.class);
assertEquals(1, tests.testCount());
}
@org.junit.Test public void someUsefulDescription() throws Throwable {
AllTests tests= new AllTests(All.class);
assertThat(tests.getDescription().toString(), containsString("OneTest"));