Class ITestInvoker.FailureContext

  • Enclosing interface:
    ITestInvoker

    public static class ITestInvoker.FailureContext
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) java.util.List<java.lang.Object> instances  
      (package private) boolean representsRetriedMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureContext()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        int count
      • instances

        java.util.List<java.lang.Object> instances
      • representsRetriedMethod

        boolean representsRetriedMethod
    • Constructor Detail

      • FailureContext

        public FailureContext()