public class InvokeRecordUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX_OF_TEST_CLASS
[0]Thread → [1]TestableUtil/TestableTool → [2]TestClass
|
| Constructor and Description |
|---|
InvokeRecordUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
recordMockInvoke(Object[] args,
boolean isConstructor)
Record mock method invoke event
|
public static final int INDEX_OF_TEST_CLASS
public static void recordMockInvoke(Object[] args, boolean isConstructor)
args - invocation parametersisConstructor - whether mocked method is constructorCopyright © 2021. All rights reserved.