package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Sep 20, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BuildResponseFor given issue tracker type, issue ID and issue status
IssueURLFrom builds the appropriate expected issue url, given the issue tracker type & issue id
Status is an enum specifying the expected issue status while building your test scenario
const (
StatusClosed Status = "Done"
StatusOpen Status = "Open"
)
Possible issue statuses to specify for your test scenarios
Type is an enum specifying the target mock issue tracker to use
const (
Jira Type = "Jira"
)
Issue tracker types available for test scenarios
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.