Documentation ¶
Overview ¶
Package testcases contains lists of ticket filtering test cases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestCase ¶
type TestCase struct { Name string SearchFields *pb.SearchFields Pool *pb.Pool }
TestCase defines a single filtering test case to run.
func ExcludedTestCases ¶
func ExcludedTestCases() []TestCase
ExcludedTestCases returns a list of test cases where using the given filter, the ticket is NOT included in the result.
func IncludedTestCases ¶
func IncludedTestCases() []TestCase
IncludedTestCases returns a list of test cases where using the given filter, the ticket is included in the result.
Click to show internal directories.
Click to hide internal directories.