Package com.consol.citrus
Class TestClass
- java.lang.Object
-
- com.consol.citrus.TestClass
-
public class TestClass extends Object
- Since:
- 2.7
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestClassfromString(String testClass)Read String representation and construct proper test class instance.StringgetMethod()Gets the method.StringgetName()Gets the name.voidsetMethod(String method)Sets the method.voidsetName(String name)Sets the name.
-