Class JCoRecJUnitTestWatcher
- java.lang.Object
-
- org.junit.rules.TestWatcher
-
- de.hybris.platform.sap.core.jco.rec.JCoRecJUnitTestWatcher
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class JCoRecJUnitTestWatcher extends org.junit.rules.TestWatcherTestwatcher for class SapcoreJCoRecJUnitTest.
-
-
Constructor Summary
Constructors Constructor Description JCoRecJUnitTestWatcher(SapcoreJCoRecJUnitTest parent)
-
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 voidsucceeded(org.junit.runner.Description description)
-
-
-
Constructor Detail
-
JCoRecJUnitTestWatcher
public JCoRecJUnitTestWatcher(SapcoreJCoRecJUnitTest parent)
- Parameters:
parent- parent JUnitTest in order to inform if test has failed.
-
-