Package com.microsoft.appcenter.espresso
Class ReportHelper
java.lang.Object
org.junit.rules.TestWatcher
com.microsoft.appcenter.espresso.ReportHelper
- All Implemented Interfaces:
org.junit.rules.TestRule
public class ReportHelper
extends org.junit.rules.TestWatcher
-
Method Summary
Modifier and Type Method Description protected voidfailed(java.lang.Throwable e, org.junit.runner.Description description)protected voidfinished(org.junit.runner.Description description)voidlabel(java.lang.String label)protected voidskipped(org.junit.internal.AssumptionViolatedException e, org.junit.runner.Description description)protected voidstarting(org.junit.runner.Description description)protected voidsucceeded(org.junit.runner.Description description)Methods inherited from class org.junit.rules.TestWatcher
apply, skippedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
label
public void label(java.lang.String label) -
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
-
skipped
protected void skipped(org.junit.internal.AssumptionViolatedException e, org.junit.runner.Description description)- Overrides:
skippedin classorg.junit.rules.TestWatcher
-
starting
protected void starting(org.junit.runner.Description description)- Overrides:
startingin classorg.junit.rules.TestWatcher
-
finished
protected void finished(org.junit.runner.Description description)- Overrides:
finishedin classorg.junit.rules.TestWatcher
-