Current section
Files
Jump to
Current section
Files
src/startest@context.erl
-module(startest@context).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([context/0]).
-type context() :: {context,
startest@config:config(),
bigben@clock:clock(),
startest@logger:logger(),
birl:time()}.