mbed-os/frameworks\utest/source
Niklas Hauser dc4cb4585c Unify `Case` and `AsyncCase` using return type.
By letting the test case return a `control_t` type, it can decide itself
if it repeats, and what timeouts are required.
This removes the `AsyncCase` and allows a uniform declaration of test
cases.
2016-04-28 15:17:34 -05:00
..
case.cpp Unify `Case` and `AsyncCase` using return type. 2016-04-28 15:17:34 -05:00
default_handlers.cpp Handlers: Remove forced newline after assertion failure. 2016-04-28 15:17:25 -05:00
harness.cpp Unify `Case` and `AsyncCase` using return type. 2016-04-28 15:17:34 -05:00
types.cpp Types: allow external access to `stringify` function. 2016-04-28 15:17:21 -05:00
unity_handler.cpp Move types and classes into seperate header files. Rename TestHarness to Harness. 2016-04-28 15:16:12 -05:00