Home
last modified time | relevance | path

Searched refs:doShouldBeThreadSafe (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/stubbing/
DInvocationContainerImplTest.java36 doShouldBeThreadSafe(container); in should_be_thread_safe()
41 doShouldBeThreadSafe(containerStubOnly); in should_be_thread_safe_stub_only()
45 private void doShouldBeThreadSafe(final InvocationContainerImpl c) throws Throwable { in doShouldBeThreadSafe() method in InvocationContainerImplTest