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