Searched defs:testOutput (Results 1 – 14 of 14) 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 noneFailed bool52 func (t *testOutput) addResult(name, result string) {67 func (t *testOutput) writeTo(name string) error {
12207 func statusPrinter(doneChan chan *testOutput, statusChan chan statusMsg, total int) {
65 type testOutput struct { struct66 Version int `json:"version"`67 Interrupted bool `json:"interrupted"`68 PathDelimiter string `json:"path_delimiter"`69 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`70 NumFailuresByType map[string]int `json:"num_failures_by_type"`71 Tests map[string]testResult `json:"tests"`111 func (t *testOutput) addResult(name, result string) {123 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
278 def testOutput(self): member in GTestOutputTest
279 def testOutput(self): member in GTestOutputTest
266 def testOutput(self): member in GTestOutputTest
164 def testOutput(self): member in TextResultsReportTest