Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Nov 8, 2020
1 parent f549a2e commit 87eb6fe
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,6 @@ private void validatePerson(final Person person) {
assertThat(street.getType()).isNotNull();
}

void validatePersons(final Collection<Person> persons, final int expectedSize) {
assertThat(persons).hasSize(expectedSize);
persons.forEach(this::validatePerson);
}

@Disabled("Dummy test to see possible reasons of randomization failures")
@Test
void tryToRandomizeAllPublicConcreteTypesInTheClasspath(){
Expand Down

0 comments on commit 87eb6fe

Please sign in to comment.