@Override
public void onEvent(AdminEvent event, boolean includeRepresentation) {
log.info("Admin Event Occurred:" + toString(event));}`
I want to add test for the following method. How could I implement verify test for this method
@Override
public void onEvent(AdminEvent event, boolean includeRepresentation) {
log.info("Admin Event Occurred:" + toString(event));}`
I want to add test for the following method. How could I implement verify test for this method