import static org.junit.Assert.assertTrue; import org.junit.Test; public class DaikonTestXShow { @Test public void test() throws Exception { assertTrue(DaikonTestCommon.check("xshow")); } }