aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/adglent/include/showtime@internal@common@test_suite_EndTest.hrl
blob: 13df1bf20a12b20322a791132894ccfc7a93fd9f (plain)
1
2
3
4
5
6
-record(end_test, {
    test_module :: showtime@internal@common@test_suite:test_module(),
    test_function :: showtime@internal@common@test_suite:test_function(),
    result :: {ok, showtime@internal@common@test_result:test_return()} |
        {error, showtime@internal@common@test_result:exception()}
}).