Packages

A library for programatically building and running test cases

Current section

Files

Jump to
testbldr include testbldr_Test.hrl
Raw

include/testbldr_Test.hrl

-record(test, {
name :: binary(),
test_function :: fun(() -> testbldr:test_outcome())
}).