Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent 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)
}).