зеркало из
1
0
Форкнуть 0
Граф коммитов

98 Коммитов

Автор SHA1 Сообщение Дата
Terje Sandstrom dd683d7b3d Updated with standard VS gitignore + added nuget packages to it 2013-11-03 23:00:11 +01:00
Terje Sandstrom cf4b37c724 Added in NUnit as nuget package 2013-11-03 22:58:30 +01:00
Charlie Poole f1dba90628 Add .gitattributes and .gitignore 2013-10-06 19:28:24 -07:00
Charlie Poole 6905b1aadc Migrated from Bazaar to Git. 2013-10-06 19:27:35 -07:00
Charlie Poole 21008446d7 Update for version 1.0 final release 2013-10-06 19:11:40 -07:00
Charlie Poole 325c944bb9 Final updates for the 1.0RC release 2013-09-12 15:21:40 -07:00
Charlie Poole e6e41211ff Add packaging script 2013-09-12 13:21:42 -07:00
Charlie Poole 0532bbbd40 Revise source information handling for async methods to run in a separate AppDomain and unload the AppDomain when disposing TestConverter 2013-09-06 21:34:49 -07:00
Charlie Poole 81ff772daf Merge changes from Terje 2013-08-30 15:47:31 -07:00
Terje Sandstrom 1862dffec1 Cleaned up use of testconverter inside the discoverclass. It needs to be local variable, as it is disposable and must be set for each run in the discovery inner loop. 2013-08-28 12:00:59 +02:00
Terje Sandstrom 9741e429aa Added disposing of the testconverter 2013-08-27 09:32:11 +02:00
Terje Sandstrom 554b5a58b7 Added nuget folder and nuspec files, and ruleset file for code analysis 2013-08-19 09:15:31 +02:00
Charlie Poole 0c62ff83f7 Change version back to 0.97. We'll use 1.0 for the final release. 2013-08-18 15:00:09 -07:00
Terje Sandstrom b925564088 Refactored to not instantiate TFSTestFilter for every assembly. 2013-08-17 22:09:21 +02:00
Charlie Poole bdad3484f9 Change AssemblyFilter to AssemblyRunner and give it responsibility for running tests in each assembly. Eliminate caching of nunit tests. Ensure VS tests are initially cached so that the NUnitEventListener always has access to them. Add some tests. General cleanup. 2013-08-14 15:36:58 -07:00
Terje Sandstrom ac49bff258 Fixed up code analysis and resharper warnings 2013-08-13 23:16:50 +02:00
Charlie Poole e4b2aa3dac Further code cleanup; eliminate dependency on NUnit internal classes and use ITest interface wherever possible; eliminate caching where not actually used 2013-08-12 16:47:42 -07:00
Charlie Poole 07bd437966 Preparation for Release Candidate: Clean up unused code, add error messages, advance version number 2013-08-10 20:20:44 -07:00
Charlie Poole 0c2dddb173 Properly locate the source code for async test methods 2013-08-09 18:32:31 -07:00
Terje Sandstrom 8773113c6a Fix the explicit bug for TFS, and reworked the structure of the filtering. Added new unit tests for covering the new filters. 2013-08-05 00:51:45 +02:00
Terje Sandstrom 49a59d0556 Merged in ref changes 2013-08-04 13:27:24 +02:00
Terje Sandstrom 3ca732c088 Fixed bug on missing Output node in test result and added information there from Debug and Trace statements in the test code. 2013-08-04 13:16:19 +02:00
Charlie Poole e7677500c6 Fix nunit reference and add setting for vsix to be deployed to experimental instance 2013-07-11 12:02:47 -07:00
Terje Sandstrom dc2ba2e5d2 Updated to support VS 2013 preview, fixed bug on profiling tests, and fixed some failing tests, due to the Keepalive fix on profiling. 2013-06-29 00:33:22 +02:00
Terje Sandstrom c3164d94b1 Updated version number for 0.95.2 release 2013-06-07 08:35:41 +02:00
Terje Sandstrom d1e7766a4a Changed target to 3.5. 2013-06-06 23:11:05 +02:00
Terje Sandstrom 651ed65898 Fixed bug where selected tests where not run nor able to debug
Changed test project to use Nuget package for NUnit.
2013-05-28 22:31:57 +02:00
Terje Sandstrom b3830253bd Fixed bug in handling TFS test filters after change of class name bug. TFS handles this different from VS. 2013-05-10 16:44:23 +02:00
Terje Sandstrom 06ffc7ee1a Updated assemblyinfo to correct version and copyright 2013-05-05 21:32:09 +02:00
Terje Sandstrom df04a05291 Fix of Fakes for tests 2013-05-05 19:53:44 +02:00
Terje Sandstrom e21222614d Improved information messages, includes version number 2013-05-04 23:49:17 +02:00
Terje Sandstrom b6968faeba Changed default behaviour to shutdown test engine after a test run. 2013-05-02 00:26:43 +02:00
Terje Sandstrom cb952b9724 This exception does not stop processing, and does not miss any tests.
Added better error reporting, see comments on bug for more information. 
Also fixed x64/x32 objectmodel references.
Added more informational messages to make output more readable.
2013-04-26 22:25:14 +02:00
Charlie Poole fbc4f91940 Remove unneeded files from VSIX and push to version 0.95 2013-04-21 17:52:14 -07:00
Charlie Poole 8a86bfa0c2 Fix grouping by class name in VS2012 update 2 by eliminating use of UniqueName as TestCase name 2013-04-21 13:26:13 -07:00
Charlie Poole 6475fa9d71 Update license and manifest for 0.94 release 2012-12-22 13:24:02 -08:00
Charlie Poole ccfb56cd6f Modify tests to work in release build due to differences in the line numbers that DiaSession returns in debug and release 2012-12-22 09:26:33 -08:00
Charlie Poole d50267a767 Refactoring to centralize access to source code navigation data 2012-12-21 13:19:41 -08:00
Charlie Poole b1f598c0e1 Add support for TestFilters when used from TFS Build; centralize reflection code to support Traits 2012-12-21 12:53:55 -08:00
Terje Sandstrom c3ef17a09c Fixed reflection 2012-12-20 00:15:49 +01:00
Terje Sandstrom 3d743c5306 Fixed minor issues 2012-12-18 21:42:05 +01:00
Terje Sandstrom f463357a08 FIxed some issues 2012-12-18 21:33:27 +01:00
Charlie Poole 4de7047c65 Merge changes from trunk 2012-12-17 20:44:45 -08:00
Charlie Poole bb07039ddc Fix references in project files 2012-12-17 20:26:03 -08:00
Charlie Poole 98999ee2aa Add two forgotten files! 2012-12-17 16:17:58 -08:00
Charlie Poole 071c6791f5 Get correct navigation data for async test methods 2012-12-17 16:14:25 -08:00
Charlie Poole 8cb50c2348 Fix null reference when running tests under VS2012 RTM 2012-12-17 10:53:12 -08:00
Charlie Poole b9cc061342 Use reflection to test traits, so tests don't fail when running on VS2012 RTM 2012-12-17 09:30:06 -08:00
Charlie Poole ab490b7d6b Recognize categories and properties at fixture and higher levels 2012-12-17 07:53:02 -08:00
Terje Sandstrom bf640a79a2 Added code for test case filtering and tests for the same 2012-12-16 22:50:09 +01:00