java.lang.Object
ch.admin.bit.jeap.testorchestrator.domain.TestCase

@Entity public class TestCase extends Object
A TestCase holds the general Information for several TestRun's: - name: of the Testcase - jiraProjectKey: A Jira Projects has to exist for reporting the TestResults. - zepyhrTestCaseKey: A TestCase in Jira-Zeyphr has to exist for reporting the Test Results
  • Constructor Details

    • TestCase

      public TestCase(@NonNull @NonNull String name, @NonNull @NonNull String jiraProjectKey, @NonNull @NonNull String zepyhrTestCaseKey)
      Constructor with mandatory params
      Parameters:
      name - : Name of the TestCase
      jiraProjectKey - : JiraProjectKey for for Reporting
      zepyhrTestCaseKey - TestCase Issue Key for Reporting
    • TestCase

      protected TestCase()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public UUID getId()
    • getName

      @NonNull public @NonNull String getName()
    • getJiraProjectKey

      @NonNull public @NonNull String getJiraProjectKey()
    • getZepyhrTestCaseKey

      @NonNull public @NonNull String getZepyhrTestCaseKey()