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


Commit Date  
[r389] (9.0 kB) by aliazzz

RC4: Fixed a bug for STRING/WSTRING size assertion

2020-06-05 17:36:20 View
Download
[r378] (9.0 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
[r304] (8.6 kB) by aliazzz

Latest Code of TcUnit integrated, now prepare XmlWriter integration

2019-12-29 20:13:23 View
Download
[r296] (8.1 kB) by aliazzz

upgraded project to v1.1.0.0 without integration of the xmlwriter

2019-12-27 17:40:03 View
Download
[r131] (8.1 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] (8.1 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] (8.1 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
[r35] (7.8 kB) by aliazzz

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

2019-05-15 20:52:26 View
Download
[r27] (7.8 kB) by aliazzz

project v0.0.1.0 => First working Beta Release. First milestone achieved.

2019-05-14 17:53:45 View
Download
[r15] (8.3 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
[r12] (8.2 kB) by aliazzz

9-5-2019 | project v0.0.0.5

2019-05-09 20:28:51 View
Download
[r5] (8.2 kB) by aliazzz

First commit of CfUnit 0.0.0.1

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