Package org.citrusframework
Class TestSource
java.lang.Object
org.citrusframework.TestSource
- Direct Known Subclasses:
TestClass
- Since:
- 4.0
- Author:
- Christoph Deppisch
-
Constructor Summary
ConstructorsConstructorDescriptionTestSource(Class<?> testClass) TestSource(String type, String name) TestSource(String type, String name, String filePath) -
Method Summary
-
Constructor Details
-
TestSource
-
TestSource
-
TestSource
-
-
Method Details
-
getType
The test source type. Usually one of java, xml, groovy, yaml.- Returns:
-
getName
Gets the name.- Returns:
-
getFilePath
Optional source file path.- Returns:
-