Documentation ¶
Index ¶
Constants ¶
View Source
const ( PrincipalsFileName = "principals" ResourcesFileName = "resources" )
Variables ¶
View Source
var ( ErrPrincipalNotFound = errors.New("principal not found") ErrResourceNotFound = errors.New("resource not found") )
View Source
var ErrTestFixtureNotFound = errors.New("test fixture not found")
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct { Failed bool `json:"-"` Results []SuiteResult `json:"results"` }
type SuiteResult ¶
type SuiteResult struct { File string `json:"file"` Suite string `json:"suite"` Skipped bool `json:"skipped,omitempty"` Tests []TestResult `json:"tests"` }
Click to show internal directories.
Click to hide internal directories.