Searched refs:longName (Results 1 – 1 of 1) sorted by relevance
295 func (t test) longName() string { func406 fmt.Printf("%s\n", test.longName())409 testOutput.AddSkip(test.longName())411 fmt.Printf("%s\n", test.longName())414 testOutput.AddResult(test.longName(), "CRASH", testResult.Error)416 fmt.Printf("%s\n", test.longName())419 testOutput.AddResult(test.longName(), "FAIL", nil)422 testOutput.AddResult(test.longName(), "PASS", nil)
Completed in 17 milliseconds