Searched defs:mocked (Results 1 – 5 of 5) sorted by relevance
109 Object mocked = mock(interface1, withSettings().extraInterfaces(interface2)); in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths() local
133 SubClass mocked = mock(SubClass.class); in mockSubClass() local
66 private final WeakConcurrentSet<Class<?>> mocked; field in InlineBytecodeGenerator
69 @Advice.Enter Callable<?> mocked) throws Throwable { in exit()
177 def __init__(self, patched=None, mocked=None): argument