Package org.citrusframework
Class TestClass
java.lang.Object
org.citrusframework.TestSource
org.citrusframework.TestClass
- Since:
- 2.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestClassfromString(String testClass) Read String representation and construct proper test class instance.Gets the test method name to execute.Class<?>Gets the test class to execute.static booleanisKnownToClasspath(String testClass) Methods inherited from class org.citrusframework.TestSource
getFilePath, getName, getSourceFile, getSourceFile, getType, setSourceFile, sourceCode
-
Constructor Details
-
TestClass
-
TestClass
-
-
Method Details
-
getMethod
Gets the test method name to execute. -
getTestClass
Gets the test class to execute. -
fromString
Read String representation and construct proper test class instance. Read optional method name information and class name using format "fully.qualified.class.Name#optionalMethodName()"- Parameters:
testClass-- Returns:
-
isKnownToClasspath
-