public class InProgressRunListener
extends org.junit.runner.notification.RunListener
Constructor and Description |
---|
InProgressRunListener(InProgressDTO inProgressDTO) |
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) |
public InProgressRunListener(InProgressDTO inProgressDTO)
public void testRunStarted(org.junit.runner.Description description) throws Exception
testRunStarted
in class org.junit.runner.notification.RunListener
Exception
public void testRunFinished(org.junit.runner.Result result) throws Exception
testRunFinished
in class org.junit.runner.notification.RunListener
Exception
public void testStarted(org.junit.runner.Description description) throws Exception
testStarted
in class org.junit.runner.notification.RunListener
Exception
public void testFinished(org.junit.runner.Description description) throws Exception
testFinished
in class org.junit.runner.notification.RunListener
Exception
public void testFailure(org.junit.runner.notification.Failure failure) throws Exception
testFailure
in class org.junit.runner.notification.RunListener
Exception
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure
in class org.junit.runner.notification.RunListener
Copyright © 2019 JBoss by Red Hat. All rights reserved.