package
Version:
v0.36.1
Opens a new window with list of versions in this module.
Published: Mar 12, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type List struct {
TestCases []*TestCase
}
List is a list of TestCases, used for index action
Unmarshal unmarshals a list of TestCase records
FindByNameOrUID look up a TestCase by name in List
type TestCase struct {
ID string `jsonapi:"primary,test_cases"`
Name string `jsonapi:"attr,name"`
Description string `jsonapi:"attr,description"`
}
TestCase represents a single TestCase
Source Files
¶
Click to show internal directories.
Click to hide internal directories.