mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 16:35:58 +01:00
Remove UNITY_FIXTURES option, which was probably not doing what was originally indended. It was suppressing the test name even in quiet mode.
Example 2 ========= Same as the first example, but now using Unity's test fixture to group tests together. Using the test fixture also makes writing test runners much easier.