import junit.framework.TestCase; public class AssertFalse extends TestCase { public void testOne() { !result() } boolean result() { return false; } }