1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 16:35:58 +01:00
Files
Unity/examples/example_2
jsalling 5f33721924 Remove duplicate output of test name, Fixture verbose mode
Remove UNITY_FIXTURES option, which was probably not doing what was
originally indended. It was suppressing the test name even in quiet mode.
2016-12-28 21:18:50 -06:00
..
2013-07-17 23:27:25 +10:00

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.