@Test(expected = NumberFormatException.class)
  public void testMain() {
    exception.addition("10.1", "10.0");

    //		fail("Not yet implemented");
  }