openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DUnit
Settings
|
Report Duplicate
14
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 22 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
BUG: load/saveConfiguration missdiclared.
juanco
More...
over 24 years ago
Added ability to save/load test configuration to an INI file.
juanco
More...
over 24 years ago
Removed references to outdated framework modules, and re-added the current, up-to-date modules.
juanco
More...
over 24 years ago
Ignore files automatically generated by Delphi.
juanco
More...
over 24 years ago
Added select failed tests button
chrismo
More...
over 24 years ago
Refactored duplicate code to select all parent nodes when selecting a node to SelectParentNodes
chrismo
More...
over 24 years ago
Forgot to remark out Result.addTest(UnitTestFramework.Suite);
chrismo
More...
over 24 years ago
Initial check-in of port of test framework tests from JUnit
chrismo
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.
chrismo
More...
over 24 years ago
BUG: CVS Id was being taken for a compiler directive, and the files did not compile.
juanco
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.
chrismo
More...
over 24 years ago
Latest make file - 3.2.3.11
chrismo
More...
over 24 years ago
Added units without tests to uses clause so they're at least compiled.
chrismo
More...
over 24 years ago
fixed resizing bug... FailureListView.align should have been alClient
choughte
More...
over 24 years ago
TTestDecorator.CountEnabledTestCases was returning FTest.CountTestCases, not FTest.CountEnabledTestCases. Fixed.
chrismo
More...
over 24 years ago
Refactored addTests(testClass: TTestCaseClass) out of the TTestSuite constructor to allow TestCase enumerated adds to an existing suite.
chrismo
More...
over 24 years ago
Added ITestDecorator, TTestDecorator, TTestSetup, TRepeatedTest and unit tests for these classes
chrismo
More...
over 24 years ago
Added support for ITestDecorator objects to be displayed in the tree view.
chrismo
More...
over 24 years ago
Change {$Id to { $Id to fix compiler error...
chrismo
More...
over 24 years ago
Changed {$Id in header to { $Id to fix compiler problem.
chrismo
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.
juanco
More...
over 24 years ago
- Refactored tree initialization out of setSuite to a separate, virtual method. - Moved private methods to protected.
chrismo
More...
over 24 years ago
in procedure TDUnitDialog.TestTreeClick(Sender: TObject); and procedure TDUnitDialog.applyToTests(root :TTreeNode; const func :TTestFunc);
choughte
More...
over 24 years ago
in procedure runTest(test: ITest);
choughte
More...
over 24 years ago
in TDUnitDialog.setup;
choughte
More...
over 24 years ago
Describes the DUnit examples
jeffmoore
More...
over 24 years ago
Re-introduced TMethodEnumerator
jeffmoore
More...
over 24 years ago
Fixed to work again by using DUnit compatability unit.
jeffmoore
More...
over 24 years ago
Improved compatability with older versions of DUnit. Improved working with collection example.
jeffmoore
More...
over 24 years ago
Fixed an unresolved reference to testSuiteOf
jeffmoore
More...
over 24 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree