Interface ExternalContextFactory<C extends ExternalContext>


@Experimental public interface ExternalContextFactory<C extends ExternalContext>
Factory for creating ExternalContext.
  • Method Details

    • createExternalContext

      C createExternalContext(String testName)
      Create an instance of ExternalContext.
      Parameters:
      testName - name of the current running test