1 Commits (34a8c8b85ff503cf41ec1721b14ef65be9638a13)

Author SHA1 Message Date
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 15 years ago
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 16 years ago
Siegfried Pammer 28804bf2ea Profiler: 16 years ago
Siegfried Pammer 635c9ff4e1 - added additional logging to Unit Test profiling 16 years ago
Matt Ward 3f6773cc05 Added Create XML output file option to the options panel for unit tests. 16 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 16 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 16 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 16 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 16 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 16 years ago
Matt Ward de9ecf1083 Can now run all tests with code coverage or run all the tests in the current project. 17 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 17 years ago
Matt Ward 0474a93678 Added support for nunit-console-x86.exe so 32-bit unit tests can be run on a 64-bit system. 17 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 17 years ago
Daniel Grunwald c49f7e8045 Add option to build only projects that were modified inside SharpDevelop to improve compilation time. 17 years ago
Daniel Grunwald 25abcd6849 Fixed code completion bugs: incorrect return type for System.Collections.Generic.Comparer<T>.Default (forum-7270), tooltip not shown for protected method calls when there is a class with the same name as the called method. 18 years ago
Matt Ward 51434bc3d6 Added Unit Tests option panel available under Tools-Options-Tools. This can be used to specify extra command line arguments to nunit-console (e.g. /nothreadand /noshadow). 18 years ago
Matt Ward 831239dac5 Updated to NUnit 2.4.5. Removed support for running unit tests against .NET 1.1. 18 years ago
Matt Ward 28a08fba8c Fixed a problem where if a build fails before the unit test is run then the user was prevented from closing SharpDevelop since the code thought a build was still in progress. 19 years ago
Matt Ward 7cc6ec8258 Fixed SD2-1024. The user can no longer close SharpDevelop when it is running a build and a message is displayed when this is attempted. 19 years ago
Matt Ward 78ff251b97 Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. 19 years ago
Matt Ward 47dbaf6529 Unit Tests window changes: It now has an All Tests root node when multiple test projects exist in a solution. Added a toolbar button and menu item to run all the tests in the solution independent of the currently selected test. Added a run with code coverage toolbar button. 19 years ago
Matt Ward b1597429a4 Running unit tests will now clear the build output window before building the projects ready for the test run. 19 years ago
Matt Ward e3e638b550 Added support for running unit tests against .NET 1.1 when the project is being built against this framework. Fixed SD2-1232 - the temporary test results file is now deleted after a test run has finished. 19 years ago
Matt Ward e11ef3bdba Added a namespace filter command line option to nunit-console.exe which can be used to run only those tests in a particular namespace. This filtering is used when the user selects a namespace node in the Unit Tests tree and runs the tests. 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald b89b1c599f Fixed bug: "Run Tests in Debugger" / "Run with NCover" / etc fail with warnings. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago