Package 

Object DummyTestTemplate

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

    
    public class DummyTestTemplate
     implements TestTemplateInvocationContext, ParameterResolver
                        
    • Method Summary

      Modifier and Type Method Description
      String getDisplayName(Integer invocationIndex)
      List<Extension> getAdditionalExtensions()
      Boolean supportsParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
      Object resolveParameter(ParameterContext parameterContext, ExtensionContext extensionContext)
      • Methods inherited from class org.junit.jupiter.api.extension.TestTemplateInvocationContext

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait