Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DInlineBytecodeGenerator.java64 private final WeakConcurrentSet<Class<?>> mocked; field in InlineBytecodeGenerator
77 mocked = new WeakConcurrentSet<Class<?>>(WeakConcurrentSet.Cleaner.INLINE); in InlineBytecodeGenerator()
108 if (mocked.add(type)) { in triggerRetransformation()
119 mocked.remove(failed); in triggerRetransformation()
137 if (mocked.add(type)) { in addInterfaces()
151 || !mocked.contains(classBeingRedefined) in transform()
DMockMethodAdvice.java58 @Advice.Enter Callable<?> mocked) throws Throwable { in exit() argument
59 if (mocked != null) { in exit()
60 returned = mocked.call(); in exit()
/external/mockito/src/test/java/org/mockitousage/basicapi/
DMockingMultipleInterfacesTest.java109 Object mocked = mock(interface1, withSettings().extraInterfaces(interface2)); in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths() local
110 …assertThat(interface2.isInstance(mocked)).describedAs("mock should be assignable from interface2 t… in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths()
/external/autotest/client/site_tests/kernel_CheckArmErrata/
Dcontrol.doctest20 Tests are mocked and should be able to run even on non ARM boards.
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dcontrol13 image data from a mocked version of the lorgnette document image
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
DARDAppClientTest.mm230 // components are mocked out and messages are relayed directly from object to
/external/googletest/googlemock/docs/
DFrequentlyAskedQuestions.md10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency …
527 interface, which then can be easily mocked. It's a bit of work
DForDummies.md111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
DCookBook.md19 mocked being `public`, `protected`, or `private` in the base class.
2366 // forwarded to DoShareBuzz(), which is mocked. Therefore this statement
/external/googletest/googlemock/docs/v1_7/
DFrequentlyAskedQuestions.md10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency …
527 interface, which then can be easily mocked. It's a bit of work
DForDummies.md111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
DCookBook.md19 mocked being `public`, `protected`, or `private` in the base class.
/external/googletest/googlemock/docs/v1_6/
DFrequentlyAskedQuestions.md10 In order for a method to be mocked, it must be _virtual_, unless you use the [high-perf dependency …
527 interface, which then can be easily mocked. It's a bit of work
DForDummies.md111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
DCookBook.md19 mocked being `public`, `protected`, or `private` in the base class.
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py146 def __init__(self, patched=None, mocked=None): argument
148 self.mocked = mocked
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py147 def __init__(self, patched=None, mocked=None): argument
149 self.mocked = mocked
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md523 interface, which then can be easily mocked. It's a bit of work
DForDummies.md111 …me people put it in a `*_test.cc`. This is fine when the interface being mocked (say, `Foo`) is ow…
DCookBook.md19 mocked being `public`, `protected`, or `private` in the base class.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz