Macro wtest_basic::test_suite[][src]

macro_rules! test_suite {
    ($($Name : ident), * $(,) ?) => { ... };
}
Expand description

Macro to define test suite. This macro encourages refactoring the code of the test in the most readable way, gathering a list of all test routines at the end of the test file.