1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
public class SimpleMathTest { @org.junit.Before public void setUp() throws Exception { } @org.junit.Test public void testSum() throws Exception { } @org.junit.Test public void testDifference() throws Exception { } }