public class PrintOutCurrentTestRunListener
extends org.junit.runner.notification.RunListener
Constructor and Description |
---|
PrintOutCurrentTestRunListener() |
Modifier and Type | Method and Description |
---|---|
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
public static final String NEW_LINE
public void testStarted(org.junit.runner.Description description)
testStarted
in class org.junit.runner.notification.RunListener
public void testFinished(org.junit.runner.Description description)
testFinished
in class org.junit.runner.notification.RunListener
public void testFailure(org.junit.runner.notification.Failure failure)
testFailure
in class org.junit.runner.notification.RunListener
public void testIgnored(org.junit.runner.Description description)
testIgnored
in class org.junit.runner.notification.RunListener
Copyright © 2020. All rights reserved.