14
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[ Bug #123829 ] Deselecting TRepeatedTest node doesn't decrement count. Fixed. More... about 24 years ago
Updated Time2Help documentation. More... about 24 years ago
*** empty log message *** More... about 24 years ago
TDUnitDialog was renamed to TGUITestRunner. More... about 24 years ago
Renamed TDUnitDialog to TGUITestRunner for consistency with TTextTestRunner, and to ease documentation. More... about 24 years ago
Converted the form to binary for compatibility with Delphi 4. More... about 24 years ago
Initial revision of GUI test runner that is embeddable into another form. More... about 24 years ago
Displace tested GUITestRunner right and down to not obscure the actual runner. More... about 24 years ago
BUG: Failures reported with EBreakingTestFailure were not being tallied. Fixed. More... about 24 years ago
Failure addresses now reported at address which called TTestCase.Check. More... about 24 years ago
Brough readme.html up to date, gave it better formatting, and removed some bugs from it More... about 24 years ago
Replaced references to SuiteOf(TTestCaseClass) to calls to TTestCase.Suite More... about 24 years ago
Removed explicit references to framework's source directory to allow compilation against DCUs or DCPs. More... about 24 years ago
Re-added TTestCase.Suite:ITestSuite, and added RegisterTest(ITest), as those provide the easiest route to explain the framework to beginners. More... about 24 years ago
The GUITestRunner will now run when given a nil (empty) test suite. More... about 24 years ago
Updated Makefile so it will create the framework directory. More... about 24 years ago
Created a Delphi package for the framework More... about 24 years ago
Added a text version of the GUITestRunner form to enable some version control over it. More... about 24 years ago
The framework can now be compiled to a package. More... about 24 years ago
Moved unit tests for the framework into their own ./tests directory, and changed build system accordingly. More... about 24 years ago
fixes bug that caused the generated code to include the target test unit in the implementation paragraph instead of in the interface paragraph where it should be More... about 24 years ago
removed the uneeded unit attribute, which is not part of the distribution and prevents out of the box compilation More... about 24 years ago
Added console testing support to Contrib/XPGen. More... about 24 years ago
Added the GUITesting unit defining TGUITestCase, a TTestCase descendant that supports testing of Delphi forms and controls. More... about 24 years ago
Made TTestCase.Create virtual once more. It's the only way descendants can effectively override it. More... about 24 years ago
Buttons in the GUITestRunner were enabled by defaul, which is an ilegal state when there's no test suite to run. Fixed. More... about 24 years ago
Refactored console-mode exit behavior into TextTestRunner. Now the user can choose among: normal behavior, pause with a ReadLn before returning, or halt setting the program's exit code to the number of failures and errors. More... about 24 years ago
Changed name of changelog target to fullchangelog to better reflect its purpose. More... about 24 years ago
Added per-directory ChangeLog files More... about 24 years ago
Added automatic generation of ChangeLog file More... about 24 years ago