Current section

Files

Jump to
startest include startest@locator_TestSourceFile.hrl
Raw

include/startest@locator_TestSourceFile.hrl

-record(test_source_file, {
module_name :: binary(),
filepath :: binary(),
tests :: list(startest@locator:test_function())
}).