Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/io/
DFlushablesTest.java19 import static org.easymock.EasyMock.createStrictMock;
76 mockFlushable = createStrictMock(Flushable.class); in setUp()
DCloseablesTest.java19 import static org.easymock.EasyMock.createStrictMock;
97 mockCloseable = createStrictMock(Closeable.class); in setUp()
/external/easymock/src/org/easymock/
DEasyMockSupport.java42 public <T> T createStrictMock(Class<T> toMock) { in createStrictMock() method in EasyMockSupport
61 public <T> T createStrictMock(String name, Class<T> toMock) { in createStrictMock() method in EasyMockSupport
DEasyMock.java54 public static <T> T createStrictMock(Class<T> toMock) { in createStrictMock() method in EasyMock
70 public static <T> T createStrictMock(String name, Class<T> toMock) { in createStrictMock() method in EasyMock
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java212 = EasyMock.createStrictMock(ITestInvocationListener.class); in testGlesVersion()
353 = EasyMock.createStrictMock(ITestInvocationListener.class); in testResultCode()
517 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_multipleTests()
641 = EasyMock.createStrictMock(ITestInvocationListener.class); in testFiltering()
811 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_excludeAll()
859 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_unexecutableTests()
946 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_queryPmListFailure()
997 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_queryRenderabilityFailure()
1078 = EasyMock.createStrictMock(ITestInvocationListener.class); in testOrientation()
1329 = EasyMock.createStrictMock(ITestInvocationListener.class); in testRun_unsupportedPixelFormat()
[all …]