java.lang.Object
org.apache.plc4x.test.parserserializer.model.Testcase
All Implemented Interfaces:
LocationAware

public class Testcase extends Object implements LocationAware
  • Constructor Details

  • Method Details

    • getTestSuiteName

      public String getTestSuiteName()
    • getProtocolName

      public String getProtocolName()
    • getOutputFlavor

      public String getOutputFlavor()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getRaw

      public byte[] getRaw()
    • getRootType

      public String getRootType()
    • getParserArguments

      public List<String> getParserArguments()
    • getXml

      public org.dom4j.Element getXml()
    • getLocation

      public Optional<Location> getLocation()
      Description copied from interface: LocationAware
      An optional pointer of test location within source file.
      Specified by:
      getLocation in interface LocationAware
      Returns:
      Location of element.
    • setLocation

      public void setLocation(Location location)
    • toString

      public String toString()
      Overrides:
      toString in class Object