Class DefaultDynamicTestInvocationContext

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

    class DefaultDynamicTestInvocationContext
    extends java.lang.Object
    implements org.junit.jupiter.api.extension.DynamicTestInvocationContext
    Default implementation of the DynamicTestInvocationContext API.
    Since:
    5.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.junit.jupiter.api.function.Executable executable  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.junit.jupiter.api.function.Executable getExecutable()  
      • Methods inherited from class java.lang.Object

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

      • executable

        private final org.junit.jupiter.api.function.Executable executable
    • Constructor Detail

      • DefaultDynamicTestInvocationContext

        DefaultDynamicTestInvocationContext​(org.junit.jupiter.api.function.Executable executable)
    • Method Detail

      • getExecutable

        public org.junit.jupiter.api.function.Executable getExecutable()
        Specified by:
        getExecutable in interface org.junit.jupiter.api.extension.DynamicTestInvocationContext