Documentation
¶
Overview ¶
Package enumeration contains functions to enumerate tests and associated metadata matching test plan requirements.
Index ¶
- func GetForEnumeration(enumeration *test_platform.Request_Enumeration) []*steps.EnumerationResponse_AutotestInvocation
- func GetForSuites(metadata *api.AutotestTestMetadata, suites []*test_platform.Request_Suite) []*steps.EnumerationResponse_AutotestInvocation
- func GetForTests(metadata *api.AutotestTestMetadata, tests []*test_platform.Request_Test) ([]*steps.EnumerationResponse_AutotestInvocation, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetForEnumeration ¶
func GetForEnumeration(enumeration *test_platform.Request_Enumeration) []*steps.EnumerationResponse_AutotestInvocation
GetForEnumeration marshals the provided pre-enumerated tests into standard enumeration response format.
func GetForSuites ¶
func GetForSuites(metadata *api.AutotestTestMetadata, suites []*test_platform.Request_Suite) []*steps.EnumerationResponse_AutotestInvocation
GetForSuites returns the test metadata for specified suites.
func GetForTests ¶
func GetForTests(metadata *api.AutotestTestMetadata, tests []*test_platform.Request_Test) ([]*steps.EnumerationResponse_AutotestInvocation, error)
GetForTests returns the test metadata for specified tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.