Class PrintExceptionsWhenRunFromCommandLineRule
java.lang.Object
org.apache.uima.test.junit_extension.PrintExceptionsWhenRunFromCommandLineRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class PrintExceptionsWhenRunFromCommandLineRule
extends Object
implements org.junit.rules.TestRule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runners.model.Statement
apply
(org.junit.runners.model.Statement aBase, org.junit.runner.Description aDescription)
-
Constructor Details
-
PrintExceptionsWhenRunFromCommandLineRule
public PrintExceptionsWhenRunFromCommandLineRule()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement aBase, org.junit.runner.Description aDescription) - Specified by:
apply
in interfaceorg.junit.rules.TestRule
-