예제 #1
0
 @Test
 public void testSum() throws Exception {
   Assert.assertEquals(4, tClass.Sum(2, 2));
 }