Searched defs:caseInfo (Results 1 – 3 of 3) sorted by relevance
42 type caseInfo struct { struct43 Name string `json:"name"`44 Passed bool `json:"passed"`45 Skipped bool `json:"skipped,omitempty"`46 Fatal bool `json:"fatal,omitempty"`
56 type caseInfo struct { struct57 Name string `json:"name"`58 Passed bool `json:"passed"`59 Skipped bool `json:"skipped,omitempty"`60 Fatal bool `json:"fatal,omitempty"`
385 const auto &caseInfo = GetCaseList(testModuleIndex).getCaseInfo(caseIndex); in GetTestCaseName() local412 const auto &caseInfo = GetCaseList(mTestModuleIndex).getCaseInfo(mTestCaseIndex); in TestBody() local