public class StrictStubsRunnerTestListener extends Object implements MockitoTestListener
| Constructor and Description |
|---|
StrictStubsRunnerTestListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onMockCreated(Object mock,
MockCreationSettings settings)
Mock object was just created.
|
void |
testFinished(TestFinishedEvent event) |
public void testFinished(TestFinishedEvent event)
testFinished in interface MockitoTestListenerpublic void onMockCreated(Object mock, MockCreationSettings settings)
MockCreationListeneronMockCreated in interface MockCreationListenermock - created mock objectsettings - the settings used for creationCopyright © 2024. All rights reserved.