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: load/saveConfiguration missdiclared. More... over 24 years ago
Added ability to save/load test configuration to an INI file. More... over 24 years ago
Removed references to outdated framework modules, and re-added the current, up-to-date modules. More... over 24 years ago
Ignore files automatically generated by Delphi. More... over 24 years ago
Added select failed tests button More... over 24 years ago
Refactored duplicate code to select all parent nodes when selecting a node to SelectParentNodes More... over 24 years ago
Forgot to remark out Result.addTest(UnitTestFramework.Suite); More... over 24 years ago
Initial check-in of port of test framework tests from JUnit More... over 24 years ago
Changed TTestResult.startTest and endTest parameter from ITest to TTestCase to fix ref. count bug when called from .run. Changed TTestCase.runBare - except blocks for Setup and TearDown raise exceptions now instead of assertions to fit with test cases ported from JUnit. More... over 24 years ago
BUG: CVS Id was being taken for a compiler directive, and the files did not compile. More... over 24 years ago
Added links in download section to stable (3.2.2) and dev/beta (3.2.3.11). Added log entry pointing to SF file list. More... over 24 years ago
Latest make file - 3.2.3.11 More... over 24 years ago
Added units without tests to uses clause so they're at least compiled. More... over 24 years ago
fixed resizing bug... FailureListView.align should have been alClient More... over 24 years ago
TTestDecorator.CountEnabledTestCases was returning FTest.CountTestCases, not FTest.CountEnabledTestCases. Fixed. More... over 24 years ago
Refactored addTests(testClass: TTestCaseClass) out of the TTestSuite constructor to allow TestCase enumerated adds to an existing suite. More... over 24 years ago
Added ITestDecorator, TTestDecorator, TTestSetup, TRepeatedTest and unit tests for these classes More... over 24 years ago
Added support for ITestDecorator objects to be displayed in the tree view. More... over 24 years ago
Change {$Id to { $Id to fix compiler error... More... over 24 years ago
Changed {$Id in header to { $Id to fix compiler problem. More... over 24 years ago
BUG: Small bug fixes in licensing boilerplate: * Removed @(#) (should have been #(@)) which was for SCSS compatibility. * Changed Release to Revision, which is the correct CVS keyword. Added boilerplate to files that didn't have it. More... over 24 years ago
- Refactored tree initialization out of setSuite to a separate, virtual method. - Moved private methods to protected. More... over 24 years ago
in procedure TDUnitDialog.TestTreeClick(Sender: TObject); and procedure TDUnitDialog.applyToTests(root :TTreeNode; const func :TTestFunc); More... over 24 years ago
in procedure runTest(test: ITest); More... over 24 years ago
in TDUnitDialog.setup; More... over 24 years ago
Describes the DUnit examples More... over 24 years ago
Re-introduced TMethodEnumerator More... over 24 years ago
Fixed to work again by using DUnit compatability unit. More... over 24 years ago
Improved compatability with older versions of DUnit. Improved working with collection example. More... over 24 years ago
Fixed an unresolved reference to testSuiteOf More... over 24 years ago