Current section

Files

Jump to
showtime include showtime@tests@test_MetaShould.hrl
Raw

include/showtime@tests@test_MetaShould.hrl

-record(meta_should, {
equal :: fun((any(), any()) -> nil),
not_equal :: fun((any(), any()) -> nil)
}).