예제 #1
0
  @Test
  public void initiliazationOfTheIdOfAFakeBankAccount() {

    assertThat(fake.getId(), is(equalTo(Long.MIN_VALUE)));
  }