Skip to content

Instantly share code, notes, and snippets.

@krisskross
Created May 18, 2012 17:09
Show Gist options
  • Save krisskross/2726465 to your computer and use it in GitHub Desktop.
Save krisskross/2726465 to your computer and use it in GitHub Desktop.
public class DummyTest {
@Rule
public IgnoreLeadingFailure ilf = new IgnoreLeadingFailure();
@Test
public void testTest() {
assertTrue(false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment