Searched defs:wheneverStatic (Results 1 – 1 of 1) sorted by relevance
24 fun <T> StaticCapableStubber.wheneverStatic(methodCall: MockedMethod<T>) { in wheneverStatic() method28 fun <T> wheneverStatic(mockedMethod: MockedMethod<T>) = object : CustomStaticStubber<T> { in wheneverStatic() method