Searched refs:expectWhenTesting (Results 1 – 1 of 1) sorted by relevance
44 expectWhenTesting().that(provider).providedValue().isEqualTo(expected); in providedValue_gotUnexpected_expectFailure()59 expectWhenTesting().that(provider).providedValue(); in providedValue_throws_expectFailure()88 expectWhenTesting().that(provider).thrownException().isInstanceOf(expected); in thrownException_threwUnexpected_expectFailure()101 expectWhenTesting().that(provider).thrownException(); in thrownException_gets_expectFailure()107 expectWhenTesting() { in expectWhenTesting() method in CheckedProviderSubjectTest