Class RetryingTestInvocationContext

  • All Implemented Interfaces:
    org.junit.jupiter.api.extension.TestTemplateInvocationContext

    class RetryingTestInvocationContext
    extends java.lang.Object
    implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName​(int invocationIndex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.junit.jupiter.api.extension.TestTemplateInvocationContext

        getAdditionalExtensions
    • Constructor Detail

      • RetryingTestInvocationContext

        RetryingTestInvocationContext​(TestNameFormatter formatter)
    • Method Detail

      • getDisplayName

        public java.lang.String getDisplayName​(int invocationIndex)
        Specified by:
        getDisplayName in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext