Class TestNamePrinter
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- de.hybris.platform.ycommercewebservicestest.test.groovy.webservicetests.TestNamePrinter
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class TestNamePrinter extends org.junit.rules.TestWatcher
-
-
Constructor Summary
Constructors Constructor Description TestNamePrinter(java.io.PrintStream ps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfailed(java.lang.Throwable e, org.junit.runner.Description description)protected voidstarting(org.junit.runner.Description description)protected voidsucceeded(org.junit.runner.Description description)
-
-
-
Method Detail
-
starting
protected void starting(org.junit.runner.Description description)
- Overrides:
startingin classorg.junit.rules.TestWatcher
-
succeeded
protected void succeeded(org.junit.runner.Description description)
- Overrides:
succeededin classorg.junit.rules.TestWatcher
-
failed
protected void failed(java.lang.Throwable e, org.junit.runner.Description description)- Overrides:
failedin classorg.junit.rules.TestWatcher
-
-