Current section

Files

Jump to
dream_test include dream_test@runner_TestInfo.hrl
Raw

include/dream_test@runner_TestInfo.hrl

-record(test_info, {
name :: binary(),
full_name :: list(binary()),
tags :: list(binary()),
kind :: dream_test@types:test_kind()
}).