Searched defs:caseInfo (Results 1 – 3 of 3) sorted by relevance
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"`
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"`
348 const auto &caseInfo = GetCaseList().getCaseInfo(caseIndex); in GetCaseGTestName() local371 const auto &caseInfo = GetCaseList().getCaseInfo(GetParam()); in runTest() local