Interface ExternalContextFactory<C extends ExternalContext>
-
@Experimental public interface ExternalContextFactory<C extends ExternalContext>Factory for creatingExternalContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CcreateExternalContext(String testName)Create an instance ofExternalContext.
-
-
-
Method Detail
-
createExternalContext
C createExternalContext(String testName)
Create an instance ofExternalContext.- Parameters:
testName- name of the current running test
-
-