/trunk/Library/POUs/FB_TestSuite Commit Log


Commit Date  
[r381] by aliazzz

Added WSTRING support (Thank you I-Campbell)
Added AssertEquals_WSTRING
Added godmode function: WRITE_PROTECTED_WSTRING
Updated to RC3

2020-05-25 16:43:59 Tree
[r378] 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 Tree
[r366] by aliazzz

CfUnit v1.0.9.9 RC1

2020-05-01 14:58:59 Tree
[r306] 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 Tree
[r304] by aliazzz

Latest Code of TcUnit integrated, now prepare XmlWriter integration

2019-12-29 20:13:23 Tree
[r296] by aliazzz

upgraded project to v1.1.0.0 without integration of the xmlwriter

2019-12-27 17:40:03 Tree
[r295] by aliazzz

intermediate working copy v1.1.0.0
contains bugs!

2019-12-27 15:15:05 Tree
[r278] by aliazzz

FB_XmlFileFormatter: TODO Debug/build xmlfile further

2019-12-15 15:13:49 Tree
[r274] by aliazzz

v1.1.0.1 Modified CfUnitRunner to accomodate for the new introduced XmlFileFormatter

2019-12-14 23:12:22 Tree
[r170] by aliazzz

v1.0.0.0 first commit

2019-08-31 13:04:33 Tree
[r162] by aliazzz

Updated restructeredText for;
.AssertArrayEquals_REAL()
.AssertArrayEquals_LREAL()

2019-08-06 19:39:13 Tree
[r152] by aliazzz

CfUnitVerifier result;

| ======================================
| Failed tests : 92</Entry>
| Successful tests: 91</Entry>
| Tests: 183</Entry>
| Test suites: 14</Entry>
| ==========TESTS FINISHED RUNNING==========

Added several new features/improvements;
* autodetect and skip an empty testsuite,
* AssertArray2dEquals_REAL(),
* AssertArray2dEquals_LREAL(),
* AssertArray3dEquals_REAL(),
* AssertArray3dEquals_LREAL(),
* TEST_FINISHED_NAMED(),
* Removed I_XmlControl and I_FileControl interfaces,
* FB_XmlControl,
* Renamed all FB_XmlControl methods
* FB_FileControl,
* FB_StringBuffer
* E_XmlError,
* Renamed External support into CODESYS Support

2019-08-06 18:43:46 Tree
[r150] by aliazzz

Commit of new Assert method's
AssertArray2d_REAL,
AssertArray2d_LREAL
AssertArray3d_REAL,
AssertArray3d_LREAL

Commit of various new FB's for filecontrol and helpers;
FB_XmlControl,
FB_FileControl,
FB_StrBuffer.

2019-08-05 12:19:18 Tree
[r149] by aliazzz

Reverting to commit 140

2019-08-05 12:02:57 Tree
[r148] by aliazzz

Added new AssertArrayEquals_REAL method
Added new AssertArrayEquals_LREAL method

they were absent

2019-07-28 10:57:26 Tree
[r142] by aliazzz

Added new AssertArray2dEquals_REAL method
Added new AssertArray2dEquals_LREAL method
Added new AssertArray3dEquals_REAL method
Added new AssertArray3dEquals_LREAL method
Added FB_FormatString
Added various helper functions, globals and functionblocks for FB_FormatString

2019-07-27 22:16:08 Tree
[r137] 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 Tree
[r131] 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 Tree
[r90] 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 Tree
[r78] 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 Tree
[r37] by aliazzz

sphinx preparation

2019-05-16 20:45:39 Tree
[r36] by aliazzz

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

2019-05-15 21:07:27 Tree
[r35] by aliazzz

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

2019-05-15 20:52:26 Tree
[r27] by aliazzz

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

2019-05-14 17:53:45 Tree
[r18] 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 Tree
Older >