Home
last modified time | relevance | path

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

/external/littlemock/tests/com/google/testing/littlemock/
DLittleMockTest.java135 public Bar aBar(); in aBar() method
1187 doReturn(mBarSubtype).when(mFoo).aBar(); in testDoReturn_ThisShouldPassSinceBarSubTypeIsABar()
1236 doReturn("hi").when(mFoo).aBar(); in testDoAnswer_ShouldHaveSimpleNameOnReturnValue()
1259 mFoo.aBar(); in testDoubleVerifyNoProblems()
1260 verify(mFoo).aBar(); in testDoubleVerifyNoProblems()
1317 doReturn(null).when(mFoo).aBar(); in testVerifyWithTimeout_SuccessCase()
1318 verify(mFoo, never()).aBar(); in testVerifyWithTimeout_SuccessCase()
1320 verify(mFoo, timeout(100)).aBar(); in testVerifyWithTimeout_SuccessCase()
1326 verify(mFoo, timeout(10)).aBar(); in testVerifyWithTimeout_FailureCase()
1337 doReturn(null).when(mFoo).aBar(); in testVerifyWithTimeoutMultipleInvocations_SuccessCase()
[all …]
/external/clang/test/Analysis/
Dmisc-ps-region-store.cpp661 } aBar; member
672 } aBar; member