Esempio n. 1
0
File: try.go Progetto: arv/noms-old
func IsUsageError(a *assert.Assertions, f func()) {
	e := Try(f)
	a.IsType(UsageError{}, e)
}