@Test public void testGetCost() { assertEquals("Not a basic cost ?", letter.getCost(), 1, 0.0001); }
@Test public void testGetType() { assertEquals( "Not the good type ?", letter.getType(), "a thanks letter which is a simple letter"); }