Module trial.attributes

A module containing the attributes used to add metadata to your tests

Functions

NameDescription
AfterAll() Mark a function to be executed after the suite ends
AfterEach() Mark a function to be executed after each test
BeforeAll() Mark a function to be executed before the suite starts
BeforeEach() Mark a function to be executed before each test
Test(file, line) Mark a test

Structs

NameDescription
TestAttribute This struct is used to mark some test functions
TestSetupAttribute This specifies when a setup method must be called