@Test
 public void testSubtract() throws Exception {
   assertEquals(obj.subtract(10, 10), 0);
 }