Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Properties ¶
type Properties struct {
PropertyList []Property `xml:"property"`
}
Properties defines the xml element that stores the a list of properties that associated with one testcase
type TestCase ¶
type TestCase struct {
ClassName string `xml:"class_name,attr"`
Name string `xml:"name,attr"`
Time string `xml:"time,attr"`
Failure bool `xml:"failure,omitempty"`
PropertyList Properties `xml:"properties"`
}
TestCase defines the xml element that stores all information associated with one test case
Directories
¶
| Path | Synopsis |
|---|---|
|
Package calculation calculates coverage through summarizing and filtering.
|
Package calculation calculates coverage through summarizing and filtering. |
Click to show internal directories.
Click to hide internal directories.