Class CartesianTestInvocationContext

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

    class CartesianTestInvocationContext
    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.util.List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions()  
      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

        prepareInvocation
    • Field Detail

      • parameters

        private final java.util.List<?> parameters
    • Constructor Detail

      • CartesianTestInvocationContext

        CartesianTestInvocationContext​(java.util.List<?> parameters,
                                       TestNameFormatter formatter)
    • Method Detail

      • getDisplayName

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

        public java.util.List<org.junit.jupiter.api.extension.Extension> getAdditionalExtensions()
        Specified by:
        getAdditionalExtensions in interface org.junit.jupiter.api.extension.TestTemplateInvocationContext