String[] other = array("Solo", "Leia", "Yoda", "Luke");
try {
arrays.assertHasSameSizeAs(info, actual, other);
} catch (AssertionError e) {
assertThat(e).hasMessage(shouldHaveSameSizeAs(actual, actual.length, other.length)
.create(null, info.representation()));
return;
}
failBecauseExpectedAssertionErrorWasNotThrown();
}