/trunk/Library/POUs/FB_TestSuite/svnobj Commit Log


Commit Date  
[r389] (5.8 kB) by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-06-05 17:36:20 View
Download
[r378] (5.8 kB) by aliazzz

Fixed Ticket 42/37

FB_TestResults, replaced;
57 IF StoringTestSuiteResultNumber = GVL_CfUnit.NumberOfInitializedTestSuites AND
58 GVL_CfUnit.TestSuiteAddresses[StoringTestSuiteResultNumber]^.AreAllTestsFinished() AND NOT
59 StoredGeneralTestResults THEN

With;
( If all test suites have finished storing their results, store the general test results )
57 IF StoredTestSuiteResults AND NOT StoredGeneralTestResults THEN

Which resolves the incorrect testnumbers in the results report

2020-05-23 11:09:41 View
Download
[r366] (5.9 kB) by aliazzz

CfUnit v1.0.9.9 RC1

2020-05-01 14:58:59 View
Download
[r306] (5.7 kB) by aliazzz

- Parts of "Implement optional parameters for the test results".
The following is implemented: Whether a test is skipped, failure message/type for a testcase.

- Moved the general test results (NumberOfTestSuites, NumberOfTestCases, NumberOfSuccessfulTestCases, NumberOfFailedTestCases) into the new test results struct ST_TestSuiteResults, which also containts the results for all test suites.

- Fixed adjusting of AssertFailureMessages from 252 to 253 characters (by removing an unnecessary space character)

- Added logging of all new extended/optional test result parameters to the logger

- Added report logic so that skipped tests are not included in the total amount of successful tests (NumberOfSuccessfulTests = NumberOfTests - NumberOfFailedTests - NumberOfSkippedTests

2019-12-29 23:11:17 View
Download
[r170] (5.8 kB) by aliazzz

v1.0.0.0 first commit

2019-08-31 13:04:33 View
Download
[r137] (5.8 kB) by aliazzz

Commit of v0.9.1.0;
optimization and clean-up of code (removal of various interfaces and enums)
set to released state

2019-07-21 15:36:11 View
Download
[r131] (5.9 kB) by aliazzz

New in v0.9.0.1;
Replaced GVL_Constants_CfUnit with GVL_Param_CfUnit.
TEST_FINISH() now returns a TRUE when called.
Various small tweaks

2019-07-07 17:53:02 View
Download
[r90] (6.0 kB) by aliazzz

Commit of CfUnit v0.9.0.0

Better/more easy to use API for CfUnit according to issue #29 "Reduce boilerplate code required for writing tests" and issue #26 "Boilerplate reduction and using a TEST_FINISHED method".
Updated documentation for FB_TestSuite Assertion methods

Also solved multiple issues:

Issue #27 "Multiple assert instances in one test suite causes issues"
Issue #25 "implicit typecasting throws errors + solution"
Issue #23 "Usage of FB_ADSAssertMessageFormatter.LogAssertFailure should warn"
Issue #21 "Remove unused code"
Issue #19 "Rename GVL_Constants"

2019-06-16 18:51:15 View
Download
[r78] (5.6 kB) by aliazzz

Commit of CfUnit v0.9.0.0

Better/more easy to use API for CfUnit according to issue #29 "Reduce boilerplate code required for writing tests" and issue #26 "Boilerplate reduction and using a TEST_FINISHED method".

Also solved multiple issues:

Issue #27 "Multiple assert instances in one test suite causes issues"
Issue #25 "implicit typecasting throws errors + solution"
Issue #23 "Usage of FB_ADSAssertMessageFormatter.LogAssertFailure should warn"
Issue #21 "Remove unused code"
Issue #19 "Rename GVL_Constants"

2019-06-15 21:40:22 View
Download
[r36] (5.0 kB) by aliazzz

ticket 16 cleaning-up of the current source code resolved by aliazzz

2019-05-15 21:07:27 View
Download
[r18] (5.0 kB) by aliazzz

12-5-2019 | project v0.0.0.7 => tickets 5 and 1 resolved by zer0g, aliazzz, ingo

2019-05-13 19:27:51 View
Download
[r15] (5.4 kB) by aliazzz

12-5-2019 | project v0.0.0.7 => tickets 5 and 1 resolved by zer0g, aliazzz, ingo

2019-05-13 16:34:05 View
Download
[r5] (5.0 kB) by aliazzz

First commit of CfUnit 0.0.0.1

2019-05-05 18:32:24 View
Download