package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev
# Functions
UnMarshal converts bytes array to TestSuites struct, it works with both TestSuites and TestSuite structs, if input is a TestSuite struct it will still return a TestSuites struct, which is an empty wrapper TestSuites containing only the input Suite.
# Structs
TestCase holds <testcase/> results.
TestProperties is an array of test properties.
TestProperty defines a property of the test.
TestSuite holds <testSuite/> results.
TestSuites holds a <testSuites/> list of TestSuite results.
# Type aliases
TestStatusEnum is a enum for test result status.