blob: 167b036233e8da1fe83b458ab2ecf48439041983 [file] [log] [blame]
public class X {
@Before
public void setUp() {}
@After
public void tearDown() {}
@Test
public void testX() {
Assert.assertTrue(true);
}
}