Uses of Class
org.citrusframework.CitrusContext
Packages that use CitrusContext
-
Uses of CitrusContext in org.citrusframework
Methods in org.citrusframework that return CitrusContextModifier and TypeMethodDescriptionCitrusContext.Builder.build()static CitrusContextCitrusContext.create()Initializing method loads default configuration class and reads component definitions such as test listeners and test context factory.CitrusContextProvider.create()Create Citrus context with this provider.DefaultCitrusContextProvider.create()Citrus.getCitrusContext()Obtains the citrusContext. -
Uses of CitrusContext in org.citrusframework.annotations
Methods in org.citrusframework.annotations with parameters of type CitrusContextModifier and TypeMethodDescriptionstatic voidCitrusAnnotations.injectCitrusContext(Object target, CitrusContext context) Inject Citrus context instance to the test class fields withCitrusResourceannotation.static voidCitrusAnnotations.parseConfiguration(Class<?> configClass, CitrusContext citrusContext) Parse given configuration class and bind annotated fields, methods to reference registry.static voidCitrusAnnotations.parseConfiguration(Object configuration, CitrusContext citrusContext) Parse given configuration class and bind annotated fields, methods to reference registry. -
Uses of CitrusContext in org.citrusframework.common
Fields in org.citrusframework.common declared as CitrusContextMethods in org.citrusframework.common with parameters of type CitrusContextModifier and TypeMethodDescriptionDefaultTestLoader.citrusContext(CitrusContext citrusContext) voidDefaultTestLoader.setCitrusContext(CitrusContext citrusContext) Constructors in org.citrusframework.common with parameters of type CitrusContextModifierConstructorDescriptionDefaultTestLoader(Class<?> testClass, String testName, String packageName, CitrusContext citrusContext) Constructor with context file and parent application context field for simple initialisation.