1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed un-used method More... over 15 years ago
Fixed Issue #10479 - Added file exists guard earlier in the process to give better feedback when giving StatLight invalid xap path More... over 15 years ago
Cleaned up the BrowseFormHost by removing the sync event, and not aborting th thread - letting it dispose of itself naturally More... over 15 years ago
Updated to the new psakev2 More... over 15 years ago
fixed missing project file link More... over 15 years ago
Abstracted the MSTest specific hosting objects behind the ITestRunnerHost interface. Moved all the MSTest specific functionality behind the ...Hosts.MSTest namespace More... over 15 years ago
When automatically closing a message box or dialog. StatLight now scrapes the text on the screen of the dialog for publishing in the XmlReport (and eventually elsewhere) More... over 15 years ago
placed a configuration for when to fire the dialog slap downs - reduced this in integration tests to speed them up More... over 15 years ago
removed a Thread.Sleep - not sure why it was in there More... over 15 years ago
Fixed an issue where web browser form close would raise exceptions during thread abort More... over 15 years ago
Replaced the web browser's form thread's retarded DoEvents loop with an AutoResetEvent. This keeps a CPU from being pegged More... over 15 years ago
Fixed an issue where erroneous exceptions could cause a test run to hault prematurely More... over 15 years ago
Cleaned up some duplication when printing the execution timing More... over 15 years ago
At end of console test run - added message to display total time to run statlight More... over 15 years ago
updated readme.txt More... over 15 years ago
updated readme.txt More... over 15 years ago
merge conflict - this is a test More... over 15 years ago
enabled building of the 'otherassembly' integration test assembly in Release configuration More... over 15 years ago
Fixed the issue where StatLight wouldn't test other assemblies in a xap More... over 15 years ago
fixed an integration test issue if the XmlReport returned zero tests More... over 15 years ago
Made IRunner implement IDisposable. Fixed a few class lifetime issues More... over 15 years ago
Cleaned up the execution of the integration tests More... over 15 years ago
added the OtherTestAssembly silverlight project and a failing test proving StatLight doesn't test assemblies other than the startup assemlby More... over 15 years ago
Added a DebugClientEvent and setup the server side to print these debug events More... over 15 years ago
Renamed TestRunConfiguration.cs to ClientTestRunConfiguration More... over 15 years ago
Fixed a bug where the test results weren't published to their handlers More... over 15 years ago
Fixed an integration testing issue where some expected failure Debug.Assert tests won't run in release mode More... over 15 years ago
updated build script to pipe dll loads out to null More... over 15 years ago
removed use of the ClientEvents (in general) and changed to use the TestCaseResult events More... over 15 years ago
Setup the TestResultAggregator to fire a failed event if a dialog assertion was thrown More... over 15 years ago