Searched refs:StrictStubsPassing (Results 1 – 1 of 1) sorted by relevance
50 …Result result = junit.run(LenientStrictness1.class, StrictStubsPassing.class, LenientStrictness2.c… in strict_stubbing_does_not_leak_to_other_tests()68 … results.put(StrictStubsPassing.class, junit.run(StrictStubsPassing.class)); in concurrent_sessions_in_different_threads()77 assertThat(results.get(StrictStubsPassing.class)).succeeds(1); in concurrent_sessions_in_different_threads()109 public static class StrictStubsPassing { class in StrictStubbingEndToEndTest