public class Spf4jTestLogRunListener
extends org.junit.runner.notification.RunListener
Constructor and Description |
---|
Spf4jTestLogRunListener() |
Modifier and Type | Method and Description |
---|---|
void |
testAssumptionFailure(org.junit.runner.notification.Failure failure) |
void |
testFailure(org.junit.runner.notification.Failure failure) |
void |
testFinished(org.junit.runner.Description description) |
void |
testIgnored(org.junit.runner.Description description) |
void |
testRunFinished(org.junit.runner.Result result) |
void |
testRunStarted(org.junit.runner.Description description) |
void |
testStarted(org.junit.runner.Description description) |
String |
toString() |
public final void testIgnored(org.junit.runner.Description description) throws Exception
testIgnored
in class org.junit.runner.notification.RunListener
Exception
public final void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure
in class org.junit.runner.notification.RunListener
public final void testFailure(org.junit.runner.notification.Failure failure)
testFailure
in class org.junit.runner.notification.RunListener
public final void testFinished(org.junit.runner.Description description)
testFinished
in class org.junit.runner.notification.RunListener
public final void testStarted(org.junit.runner.Description description) throws Exception
testStarted
in class org.junit.runner.notification.RunListener
Exception
public final void testRunFinished(org.junit.runner.Result result)
testRunFinished
in class org.junit.runner.notification.RunListener
public final void testRunStarted(org.junit.runner.Description description) throws Exception
testRunStarted
in class org.junit.runner.notification.RunListener
Exception
Copyright © 2018 SPF4J. All rights reserved.