Class TestSource

java.lang.Object
org.citrusframework.TestSource
Direct Known Subclasses:
TestClass

public class TestSource extends Object
Since:
4.0
Author:
Christoph Deppisch
  • Constructor Details

    • TestSource

      public TestSource(String type, String name)
    • TestSource

      public TestSource(String type, String name, String filePath)
    • TestSource

      public TestSource(Class<?> testClass)
  • Method Details

    • getType

      public String getType()
      The test source type. Usually one of java, xml, groovy, yaml.
      Returns:
    • getName

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

      public String getFilePath()
      Optional source file path.
      Returns: