コード例 #1
0
ファイル: ReportSettingsTest.java プロジェクト: ciukstar/eupp
  @Test
  public void twoSettingsShouldBeEqualIfTheyShareSameCode() {

    ReportSettings other = new ReportSettings(settings.getCode());

    assertThat(other, is(equalTo(settings)));
  }