MCPcopy Create free account
hub / github.com/UiPath/uipathcli / NewTestSet

Function NewTestSet

utils/api/test_set.go:9–11  ·  view source on GitHub ↗
(id int, testCases []TestCase, testPackages []TestPackage)

Source from the content-addressed store, hash-verified

7}
8
9func NewTestSet(id int, testCases []TestCase, testPackages []TestPackage) *TestSet {
10 return &TestSet{id, testCases, testPackages}
11}

Callers 1

convertToTestSetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected