mirror of https://github.com/ARMmbed/mbed-os.git
This patch split the Case class in two entities: Case and case_t. case_t contains the test case data structure while Case provide the interface to the test case. Unlike the class Case, case _t is a POD and can be instantiated at compile time and put in the constant data section (in ROM). The Specification class has also been modified to accept arrays of case_t. |
||
---|---|---|
.. | ||
unity_handler.cpp | ||
utest_case.cpp | ||
utest_default_handlers.cpp | ||
utest_greentea_handlers.cpp | ||
utest_harness.cpp | ||
utest_shim.cpp | ||
utest_stack_trace.cpp | ||
utest_types.cpp |