Class NotificationBuilder.OngoingTestRun

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Result result  
      (package private) org.junit.runner.Description testDescription  
      (package private) java.lang.Object testInstance  
      (package private) java.lang.reflect.Method testMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      OngoingTestRun​(org.junit.runner.Description testDescription, java.lang.Object testInstance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Result getResult()  
      (package private) void report​(Result result)  
      (package private) java.lang.Class<?> testClass()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • testDescription

        final org.junit.runner.Description testDescription
      • testInstance

        final java.lang.Object testInstance
      • testMethod

        final java.lang.reflect.Method testMethod
      • result

        private Result result
    • Constructor Detail

      • OngoingTestRun

        OngoingTestRun​(org.junit.runner.Description testDescription,
                       java.lang.Object testInstance)