Uses of Class
org.citrusframework.TestSource
Packages that use TestSource
-
Uses of TestSource in org.citrusframework
Subclasses of TestSource in org.citrusframeworkMethods in org.citrusframework that return TestSourceModifier and TypeMethodDescriptionTestSource.sourceCode(String sourceCode) Add source code for this test source. -
Uses of TestSource in org.citrusframework.common
Methods in org.citrusframework.common with parameters of type TestSourceModifier and TypeMethodDescriptionvoidTestSourceAware.setSource(TestSource source) Sets the test source. -
Uses of TestSource in org.citrusframework.main
Methods in org.citrusframework.main that return types with arguments of type TestSourceMethod parameters in org.citrusframework.main with type arguments of type TestSourceModifier and TypeMethodDescriptionvoidTestRunConfiguration.setTestSources(List<TestSource> sources) Sets the sources.