Searched refs:ReportMismatchButNotUnusedStubbing (Results 1 – 1 of 1) sorted by relevance
45 Result result = junit.run(ReportMismatchButNotUnusedStubbing.class); in does_not_report_unused_stubbing_if_mismatch_reported()72 …results.put(ReportMismatchButNotUnusedStubbing.class, junit.run(ReportMismatchButNotUnusedStubbing… in concurrent_sessions_in_different_threads()78 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1); in concurrent_sessions_in_different_threads()95 public static class ReportMismatchButNotUnusedStubbing { class in StrictStubbingEndToEndTest