Class TestCase

java.lang.Object
com.priint.pubserver.entity.TestCase
All Implemented Interfaces:
Serializable

public class TestCase extends Object implements Serializable
The type Test case.
Since:
4.0.0
See Also:
  • Constructor Details

    • TestCase

      public TestCase()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets identifier.
      Returns:
      identifier string
    • setIdentifier

      public void setIdentifier(String identifier)
      Sets identifier.
      Parameters:
      identifier -
    • getGroupIdentifier

      public String getGroupIdentifier()
      Gets group identifier.
      Returns:
      groupIdentifier as String
    • setGroupIdentifier

      public void setGroupIdentifier(String groupIdentifier)
      Sets group identifier.
      Parameters:
      groupIdentifier -
    • getConnectorEntity

      public String getConnectorEntity()
      Gets connector entity.
      Returns:
      connector entity as string
    • setConnectorEntity

      public void setConnectorEntity(String connectorEntity)
      Sets connector entity.
      Parameters:
      connectorEntity -
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      test case description as String
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description -
    • getTestScript

      public String getTestScript()
      Gets test script.
      Returns:
      test case script as String
    • setTestScript

      public void setTestScript(String testScript)
      Sets test script.
      Parameters:
      testScript -
    • getTestParameter

      public String getTestParameter()
      Gets test parameter.
      Returns:
      parameter as String
    • setTestParameter

      public void setTestParameter(String testParameter)
      Sets test parameter.
      Parameters:
      testParameter -
    • isManual

      public boolean isManual()
      Is manual boolean.
      Returns:
      false if test case is automatic
    • setManual

      public void setManual(boolean isManual)
      Sets manual.
      Parameters:
      isManual - the is manual
    • getResultFile

      public ResultFile getResultFile()
      Gets result file.
      Returns:
      the result file as ResultFile
    • setResultFile

      public void setResultFile(ResultFile resultFile)
      Sets result file.
      Parameters:
      resultFile -
      See Also:
    • getGroup

      public String getGroup()
      Gets group.
      Returns:
      the test group as String
    • setGroup

      public void setGroup(String group)
      Sets group.
      Parameters:
      group -