Class TestCase
java.lang.Object
ch.admin.bit.jeap.testorchestrator.domain.TestCase
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 Summary
Constructors -
Method Summary
-
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 TestCasejiraProjectKey- : JiraProjectKey for for ReportingzepyhrTestCaseKey- TestCase Issue Key for Reporting
-
TestCase
protected TestCase()
-
-
Method Details