Searched refs:aBar (Results 1 – 2 of 2) sorted by relevance
135 public Bar aBar(); in aBar() method1187 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 …]
661 } aBar; member672 } aBar; member