TcUnit 1.3.0.0
New features:
- Measure overall, testsuite and test duration, see #159
- TcUnit.org website from source code, see #213
Fixed issues/improvements:
- ARMv7 compatibility and weird issues, see #148
- Missing test results, see #160
- Removed duplicate code and some perfomance optimizations, see #166
- The method
AssertEquals_WORD
ofFB_TestSuite
sets the wrong typeType_UINT
, see #184 - Use of wrong
Type_UINT
inAssertEquals_WORD
, see #185 - Variable
NumberOfTestsToAnalyse
is limited to the wrong boundaries, see #187 RUN_IN_SEQUENCE
doesn't work for multiple TestSuites, see #189AddAssertResult
not checking limits ofAssertResults
array, see #190- Variable
NumberOfTestsToAnalyse
is limited to the wrong boundaries, see #194 - Duration is not calculated when running tests in sequence, see #210
- Duration doesn't seem to be correctly calculated, see #211
TEST_FINISHED_NAMED
no longer works, see #212- Update the toolchain for maintaining TcUnit, see #214
- Adding empty string as actual-string to assert_string doesn't show the actual string, see #224
- Test registering with
TEST(...)
space character issue, see #225 - Wrong duration time (sometimes) calculated, see #226 & #227
Contributors:
❤️ @stefanbesler
❤️ @bernienor
❤️ @oswin02
❤️ @JoergWitt
❤️ @doerk77
❤️ @ZLLentz
❤️ @sagatowski