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 void failed​(java.lang.Throwable e, org.junit.runner.Description description)  
    protected void finished​(org.junit.runner.Description description)  
    void label​(java.lang.String label)  
    protected void skipped​(org.junit.internal.AssumptionViolatedException e, org.junit.runner.Description description)  
    protected void starting​(org.junit.runner.Description description)  
    protected void succeeded​(org.junit.runner.Description description)  

    Methods inherited from class org.junit.rules.TestWatcher

    apply, skipped

    Methods 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:
      succeeded in class org.junit.rules.TestWatcher
    • failed

      protected void failed​(java.lang.Throwable e, org.junit.runner.Description description)
      Overrides:
      failed in class org.junit.rules.TestWatcher
    • skipped

      protected void skipped​(org.junit.internal.AssumptionViolatedException e, org.junit.runner.Description description)
      Overrides:
      skipped in class org.junit.rules.TestWatcher
    • starting

      protected void starting​(org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • finished

      protected void finished​(org.junit.runner.Description description)
      Overrides:
      finished in class org.junit.rules.TestWatcher