0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 2 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- change AssebmlyVersionAttribute to use dynamic build # generation More... over 23 years ago
- refactored execution per mode to separate method for each - implemented help output message 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 More... over 23 years ago
- added nested indenting to the messages written to the console More... over 23 years ago
- added XmlIncludeAttribute so that RepeatedTest is automatically included when TestSuite is included More... over 23 years ago
- now a subclass of Test instead of just a subtype of ITest 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 More... over 23 years ago
*** empty log message *** More... over 23 years ago
Initial revision More... over 23 years ago
- renabled XML serialization attributes on Tests property More... over 23 years ago
- no longer used, see ITestList/ITestSuiteTestList More... over 23 years ago
- added to represent a ITestList which is bound to a specific ITestSuite More... over 23 years ago
- added to represent a generic list of ITests More... over 23 years ago
- updated XmlTypeAttribute with new namespace URI More... over 23 years ago
- modified Tests property to return ITestSuisteTestList instead of ITestCollection 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 More... over 23 years ago
- modified XmlTypeAttribute to point to correct namespace More... over 23 years ago
- modified the format of the messages that are generated (didn't like line wrapping in there) More... over 23 years ago
- updated copyright range - upped assembly version to 0.9.0 More... over 23 years ago
- bumped revision number to 0.8.8 More... about 24 years ago
- fixed XML serialization attribute typo More... about 24 years ago
- bumped version number up to 0.8.5 More... about 24 years ago
- modified AssertValueEquals to use static Object.Equals instead of doing checks for nulls myself (duh) More... about 24 years ago
- updated messages that are generated for the conditions 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 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! More... about 24 years ago
- added LGPL info per TaskID 43973 More... about 24 years ago
- fixed malformed XML tag (dang copy/paste!) More... over 24 years ago
- cleaned up some XML documentation More... over 24 years ago
- cleaned up some XML documentation - began adding XML serialization attributes More... over 24 years ago