Searched refs:matcherBuilder (Results 1 – 1 of 1) sorted by relevance
115 …private final ExpectedExceptionMatcherBuilder matcherBuilder = new ExpectedExceptionMatcherBuilder… field in ExpectedException173 matcherBuilder.add(matcher); in expect()252 assertThat(e, matcherBuilder.build()); in handleException()259 return matcherBuilder.expectsThrowable(); in isAnyExceptionExpected()267 String expectation= StringDescription.toString(matcherBuilder.build()); in missingExceptionMessage()