Пример #1
0
  @Test
  public void testGetArea() throws Exception {

    assertThat(parser.getArea()).isEqualsToByComparingFields(new Area(5, 5));
  }