Searched defs:distTest (Results 1 – 1 of 1) sorted by relevance
105 type distTest struct { struct106 name string // unique test name; may be filtered with -run flag107 heading string // group section; this header is printed before the test is run.108 fn func(*distTest) error