import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; @RunWith(HadoopRunner.class) public class TestX { @Test public void testCucu() { assertEquals(1, 0); } }