Uses of Class
org.citrusframework.context.TestContextFactory
Packages that use TestContextFactory
-
Uses of TestContextFactory in org.citrusframework
Methods in org.citrusframework that return TestContextFactoryModifier and TypeMethodDescriptionCitrusContext.getTestContextFactory()Obtains the testContextFactory.Methods in org.citrusframework with parameters of type TestContextFactoryModifier and TypeMethodDescriptionCitrusContext.Builder.testContextFactory(TestContextFactory testContextFactory) -
Uses of TestContextFactory in org.citrusframework.context
Subclasses of TestContextFactory in org.citrusframework.contextModifier and TypeClassDescriptionclassStatic test context factory always returns a single test context instance.Methods in org.citrusframework.context that return TestContextFactoryModifier and TypeMethodDescriptionstatic TestContextFactoryTestContextFactory.newInstance()Create new empty instance with default components set. -
Uses of TestContextFactory in org.citrusframework.endpoint
Methods in org.citrusframework.endpoint that return TestContextFactoryModifier and TypeMethodDescriptionAbstractEndpointAdapter.getTestContextFactory()Gets the test context factory.Methods in org.citrusframework.endpoint with parameters of type TestContextFactoryModifier and TypeMethodDescriptionvoidAbstractEndpointAdapter.setTestContextFactory(TestContextFactory testContextFactory) Sets the test context factory.