Class TestClass

java.lang.Object
org.citrusframework.TestSource
org.citrusframework.TestClass

public class TestClass extends TestSource
Since:
2.7
Author:
Christoph Deppisch
  • Constructor Details

    • TestClass

      public TestClass(Class<?> type)
    • TestClass

      public TestClass(Class<?> type, String method)
  • Method Details

    • getMethod

      public String getMethod()
      Gets the method.
      Returns:
    • fromString

      public static TestClass fromString(String testClass)
      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: