예제 #1
0
파일: doc.go 프로젝트: rubycut/goconvey
func skipReport() {
	suites.CurrentReporter().Report(reporting.NewSkipReport())
}
예제 #2
0
파일: doc.go 프로젝트: npadmana/goconvey
func skipReport() {
	reporter.Report(reporting.NewSkipReport())
}