Package org.citrusframework
Class TestClass
java.lang.Object
org.citrusframework.TestSource
org.citrusframework.TestClass
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestClassfromString(String testClass) Read String representation and construct proper test class instance.Gets the method.Methods inherited from class org.citrusframework.TestSource
getFilePath, getName, getType
-
Constructor Details
-
TestClass
-
TestClass
-
-
Method Details
-
getMethod
Gets the method.- Returns:
-
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:
-