Class TestClass


  • public class TestClass
    extends Object
    Since:
    2.7
    Author:
    Christoph Deppisch
    • Constructor Detail

      • TestClass

        public TestClass()
      • TestClass

        public TestClass​(String name)
      • TestClass

        public TestClass​(String name,
                         String method)
    • Method Detail

      • getMethod

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

        public void setMethod​(String method)
        Sets the method.
        Parameters:
        method -
      • getName

        public String getName()
        Gets the name.
        Returns:
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name -
      • 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: