-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add PanicAssertionFunc #730
Copy link
Copy link
Closed
Description
There's already common function types for the following assertion groups:
assert.BoolAssertionFuncassert.ComparisonAssertionFuncassert.ErrorAssertionFuncassert.ValueAssertionFunc
These are very useful for doing table driven tests, but seems like there's no PanicAssertionFunc. It could look like this:
type PanicAssertionFunc func(t assert.TestingT, f assert.PanicTestFunc, msgAndArgs ...interface{}) bool
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels