예제 #1
0
 @Test
 public void compareLength() {
   Length first = new Length(2, 30);
   Length second = new Length(0, 230);
   assertTrue(first.compareLengths(second));
 }