Current section
Files
Jump to
Current section
Files
include/dream_test@runner_TestInfo.hrl
-record(test_info, {
name :: binary(),
full_name :: list(binary()),
tags :: list(binary()),
kind :: dream_test@types:test_kind()
}).