source: proiecte/HadoopJUnit/src/TestX.java

Last change on this file was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 217 bytes
Line 
1import org.junit.Test;
2import org.junit.runner.RunWith;
3import static org.junit.Assert.*;
4
5@RunWith(HadoopRunner.class)
6public class TestX {
7    @Test
8    public void testCucu() {
9        assertEquals(1, 0);
10    }
11}
12
Note: See TracBrowser for help on using the repository browser.