Example #1
0
 @Test
 public void testAdd() throws Exception {
   assertEquals(MathUtils.add(2, 2), 4);
 }