Searched defs:testOutput (Results 1 – 9 of 9) sorted by relevance
25 type testOutput struct { struct26 Version int `json:"version"`27 Interrupted bool `json:"interrupted"`28 PathDelimiter string `json:"path_delimiter"`29 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`30 NumFailuresByType map[string]int `json:"num_failures_by_type"`31 Tests map[string]testResult `json:"tests"`32 allPassed bool52 func (t *testOutput) addResult(name, result string) {67 func (t *testOutput) writeTo(name string) error {
3474 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) {
103 type testOutput struct { struct104 Version int `json:"version"`105 Interrupted bool `json:"interrupted"`106 PathDelimiter string `json:"path_delimiter"`107 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`108 NumFailuresByType map[string]int `json:"num_failures_by_type"`109 Tests map[string]testResult `json:"tests"`128 func (t *testOutput) addResult(name, result string) {140 func (t *testOutput) writeTo(name string) error {
157 def testOutput(self): member in GMockOutputTest
89 public Set<File> suggestClasspaths(String testOutput) { in suggestClasspaths()
240 testOutput() in testOutput() function
266 def testOutput(self): member in GTestOutputTest
278 def testOutput(self): member in GTestOutputTest