15 Commits (152062f5ceedfff1da4b2f129f6fb2c1fc9465ac)

Author SHA1 Message Date
Matt Ward ddc4ba94a3 Specify /noxml in the NUnit-Console command line if xml test results are not to be generated. 13 years ago
Matt Ward 258f6f7529 Fix unit tests not being run when the 'Run all tests' menu item is selected but the Unit Tests window has not been opened. 14 years ago
Tomasz Tretkowski ab63247b74 Exposing ProjectCount property from SelectedTests class. Narrowing Projects property type from IList to IEnumerable ( missing changes). 14 years ago
Tomasz Tretkowski 017bac76d6 BaseTestMethod renamed to BaseTestMember and it's base class changed to AbstractMember. 14 years ago
Matt Ward 2fbf506e05 Rename TestMethod classes to TestMember since they allow fields and methods to define tests. 14 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 14 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Matt Ward 4b06e6a7b6 Code coverage results no longer being cleared after each test run when testing all projects in a solution. 15 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 15 years ago
Matt Ward 61331f6699 Code coverage addin is now working again. 15 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 15 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 15 years ago
Matt Ward daee118e45 Unit testing addin can now be extended with custom test runners. 15 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 15 years ago