openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
.
.NETUnit
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
2 days
ago.
Mar 19, 2025 — Mar 19, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- change AssebmlyVersionAttribute to use dynamic build # generation
dmarsh
More...
over 23 years ago
- refactored execution per mode to separate method for each - implemented help output message
dmarsh
More...
over 23 years ago
- changed product to .NETUnit - changed version to use dynamic build - added AssemblyKeySign attribute so assembly is signed with project key
dmarsh
More...
over 23 years ago
- added nested indenting to the messages written to the console
dmarsh
More...
over 23 years ago
- added XmlIncludeAttribute so that RepeatedTest is automatically included when TestSuite is included
dmarsh
More...
over 23 years ago
- now a subclass of Test instead of just a subtype of ITest
dmarsh
More...
over 23 years ago
- added overrides for TestDriver::OnFailure and TestDriver::OnError - modified the way progress messages were being written to the console so that nested tests are represented properly
dmarsh
More...
over 23 years ago
*** empty log message ***
dmarsh
More...
over 23 years ago
Initial revision
dmarsh
More...
over 23 years ago
- renabled XML serialization attributes on Tests property
dmarsh
More...
over 23 years ago
- no longer used, see ITestList/ITestSuiteTestList
dmarsh
More...
over 23 years ago
- added to represent a ITestList which is bound to a specific ITestSuite
dmarsh
More...
over 23 years ago
- added to represent a generic list of ITests
dmarsh
More...
over 23 years ago
- updated XmlTypeAttribute with new namespace URI
dmarsh
More...
over 23 years ago
- modified Tests property to return ITestSuisteTestList instead of ITestCollection
dmarsh
More...
over 23 years ago
- modified XmlTypeAttribute and XmlRootAttribute to point to correct namespace - changed type of "tests" member variable to use ITestSuiteTestList interface instead of concrete list type - implemented ITestSuite - changed Tests property to return ITestSuiteTestList interface instead of concrete list type - modified logic in Tests::get, if instance has not yet been constructed, it is constructed using virtual member CreateTestList which allows subclasses to construct their own ITestSuiteTestList instances - renamed nested type TestSuiteTestCollection to TestSuiteTestList and implemented ITestSuiteTestList
dmarsh
More...
over 23 years ago
- modified XmlTypeAttribute to point to correct namespace
dmarsh
More...
over 23 years ago
- modified the format of the messages that are generated (didn't like line wrapping in there)
dmarsh
More...
over 23 years ago
- updated copyright range - upped assembly version to 0.9.0
dmarsh
More...
over 23 years ago
- bumped revision number to 0.8.8
dmarsh
More...
about 24 years ago
- fixed XML serialization attribute typo
dmarsh
More...
about 24 years ago
- bumped version number up to 0.8.5
dmarsh
More...
about 24 years ago
- modified AssertValueEquals to use static Object.Equals instead of doing checks for nulls myself (duh)
dmarsh
More...
about 24 years ago
- updated messages that are generated for the conditions
dmarsh
More...
about 24 years ago
- updated TestAssertionException(Exception innerException) constructor to forward null to the Exception(string message, Exception innerException) constructor for the message parameter instead of String.Empty
dmarsh
More...
about 24 years ago
- fixed TestException(string message) constructor, wasn't forwarding to base Exception(string message) constructor which resulted in loss of the message, doh!
dmarsh
More...
about 24 years ago
- added LGPL info per TaskID 43973
dmarsh
More...
about 24 years ago
- fixed malformed XML tag (dang copy/paste!)
dmarsh
More...
over 24 years ago
- cleaned up some XML documentation
dmarsh
More...
over 24 years ago
- cleaned up some XML documentation - began adding XML serialization attributes
dmarsh
More...
over 24 years ago
←
1
2
3
→
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