assertThat(testResult(HasExpectedException.class), isSuccessful());
116117118119120121122123
} } @Test public void whereTypeVariableIsOnComponentOfArrayTypeOnTheoryParm() { PrintableResult result= testResult(TypeVariableOnComponentOfArrayTypeOnTheoryParm.class); assertThat(result, hasSingleFailureContaining("unresolved type variable U")); }