public class MockContext extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<Object[]>> |
invokeRecord
invocation record of mock method and arguments
|
Map<String,Object> |
parameters
store of MOCK_CONTEXT.get() and MOCK_CONTEXT.set()
|
String |
testCaseName
current test case name
|
String |
testClassName
current test class (dot separated) name
|
| Constructor and Description |
|---|
MockContext(String testClassName,
String testCaseName) |
Copyright © 2022. All rights reserved.