- 18 7月, 2018 2 次提交
-
-
由 Xenoamor 提交于
Flush the unity stdout buffer before calling TEST_ABORT(). This is because if TEST_PROTECT() has not previously been called this will cause a segmentation fault and the stdout buffer will fail to print Although the segmentation fault will still occur, the error that caused it will at least be displayed
-
由 Mark VanderVoord 提交于
-
- 07 6月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Add support for :mock_suffix
-
由 Trond Einar Snekvik 提交于
Adds support for :mock_suffix when generating mock setup and teardown functions. Also documents both prefix and suffix in the helper script guide.
-
- 03 5月, 2018 2 次提交
-
-
由 Mark VanderVoord 提交于
Re: Fix custom UNITY_OUTPUT_FLUSH and add tests #287
-
由 Mark VanderVoord 提交于
Bugfixes and refactoring in parse.rb (thanks @farrrb and @jeremyhannon )
-
- 27 2月, 2018 2 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
Fixed unity fixture output and added methods for each of the different outputs. Added documentation. Fixed some whitespaces. Refactored class_name to class_name_idx (expressiveness). Refactored the xml output to methods (extensibility).
-
- 23 2月, 2018 3 次提交
-
-
由 Fabian Zahn 提交于
- Added more expressiveness to the code - Fixed some of the rubocop hints
-
由 Fabian Zahn 提交于
Refactored the os specific settings, it is now possible to convert both styles on every system (and even mixed)
-
由 Fabian Zahn 提交于
- Fixed stdout output if fixture is active - Refactored the state manipulation of @test_suite and moved it completely into test_suite_verify()
-
- 19 2月, 2018 3 次提交
-
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 18 2月, 2018 6 次提交
-
-
由 Fabian Zahn 提交于
void flushSpy(int c) {} to: void flushSpy(void) {}
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
由 Fabian Zahn 提交于
-
- 15 2月, 2018 1 次提交
-
-
由 Mark VanderVoord 提交于
Some minor changes for parse_output.rb (Thanks @farrrb and @jeremyhannon !)
-
- 12 2月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
-
- 11 2月, 2018 5 次提交
-
-
由 Mark VanderVoord 提交于
MISRA 19.10: surround each macro param with parens.
-
由 Fabian Zahn 提交于
-
由 Jeremy Hannon 提交于
MISRA 2004 rule 19.10: inside macros, surround each parameter usage with parentheses.
-
由 Mark VanderVoord 提交于
MISRA - param names match; macro params in parens
-
由 Jeremy Hannon 提交于
parameter names should match between declaration and definition. (MISRA 2004 rule 16.4)
-
- 30 1月, 2018 1 次提交
-
-
由 Fabian Zahn 提交于
- String split now works correctly for windows and unix (cross platform) - Removed unnecessary whitespaces in the xml output (beautifies the output) - Added support for TEST_IGNORE() (without message)
-
- 06 12月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Added more detail on test naming.
-
- 27 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Fix unsigned integer underflow in UnityAssertEqualIntArray (Thanks @shreyasbharath )
-
- 23 11月, 2017 1 次提交
-
-
由 Shreyas Balakrishna 提交于
-
- 20 11月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Test runner generation: Wrap setjmp.h inclusion in ifdefs. (Thanks @flowher !)
-
由 Krzysztof Kwiatkowski 提交于
Auto generated test runner should generate a code which includes setjmp.h only if UNITY_EXCLUDE_SETJMP_H is not defined
-
- 15 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 04 11月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Allow suiteSetUp() and suiteTearDown() to be provided as normal C functions (Thanks @jlindgren90 )
-
- 01 11月, 2017 1 次提交
-
-
由 John Lindgren 提交于
-
- 31 10月, 2017 2 次提交
-
-
由 Mark VanderVoord 提交于
Fix missing TEST_ASSERT_EACH_EQUAL_HEX_MESSAGE -- Thanks @codehearts !
-
由 Kate Hart 提交于
-
- 25 10月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
Color test results using ANSI escape codes (Thanks for the work, @VLambret !)
-
- 24 10月, 2017 1 次提交
-
-
由 Victor Lambret 提交于
Help error detection by adding specific colors for test results. This behavior is activated only when unity if compiled with UNITY_COLOR flag.
-