Interface ExternalContextFactory<C extends ExternalContext>
Factory for creating
ExternalContext.-
Method Summary
Modifier and TypeMethodDescriptioncreateExternalContext(String testName) Create an instance ofExternalContext.
-
Method Details
-
createExternalContext
Create an instance ofExternalContext.- Parameters:
testName- name of the current running test
-