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

Function NewTestCase

utils/api/test_case.go:9–11  ·  view source on GitHub ↗
(id int, name string, packageIdentifier string)

Source from the content-addressed store, hash-verified

7}
8
9func NewTestCase(id int, name string, packageIdentifier string) *TestCase {
10 return &TestCase{id, name, packageIdentifier}
11}

Callers 3

findTestCaseMethod · 0.92
findTestCaseMethod · 0.92
convertToTestSetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected