45 Commits

Author SHA1 Message Date
Marko Lahma
9b939a3065 convert to new csproj 2018-09-17 08:14:58 +03:00
Marko Lahma
b3d1d85426 upgrade to NUnit 3.5
* upgrade nuget.exe and use single installation in build-support directory
* migrate to preferred automatic visual studio package restore mode
* fix various issues with NHibernate build configuration
* fix building of MVC projects when MVC libs not present
2016-10-29 21:43:06 +03:00
sbohlen
555a72553e switch to nunit-console-x86.exe to force tests run in a 32-bit process 2014-02-23 13:03:58 -05:00
sbohlen
e7ed6e5d87 update NUNIT command line args to reflect same args used both with and without coverage 2014-02-23 08:51:27 -05:00
Marko Lahma
ed29a994b4 SPRNET-1509 upgrade to NUnit 2.6, use NuGet packages 2013-12-25 00:50:00 +02:00
Marko Lahma
1b73368826 SPRNET-1563 Make code as ClsCompliant as possible 2013-12-06 11:56:59 +02:00
Marko Lahma
fc5fa113bb SPRNET-1561 ASP.NET MVC 5 and WEB API 2 support
* also add .NET 4.5 targets
* fix issues with libs and build targets
2013-12-03 17:46:24 +02:00
Marko Lahma
10b6d3a747 Upgrade OpenCover and ReportGenerator, parameterize OpenCover to build
Now one can run coverage with open cover using -D:test.coverage.tool=opencover
2013-01-13 19:09:32 +02:00
Steve Bohlen
aecb61fa54 Revert "SPRNET-1472 wire up opencover to run coverage on all tests aggregated together at once"
This reverts commit 6084b5d119.
2011-11-04 14:32:31 -04:00
Steve Bohlen
1d2c891b90 Revert "SPRNET-1472 fixing quotes missing from targetargs passed to opencover command-line"
This reverts commit 6f4ffb9ade.
2011-11-04 14:32:24 -04:00
Steve Bohlen
87aa128829 Revert "SPRNET-1472 passing list of all individual test assemblies instead of nunit project file"
This reverts commit ca962bb645.
2011-11-04 14:32:02 -04:00
Steve Bohlen
ca962bb645 SPRNET-1472 passing list of all individual test assemblies instead of nunit project file 2011-11-04 11:40:05 -04:00
Steve Bohlen
6f4ffb9ade SPRNET-1472 fixing quotes missing from targetargs passed to opencover command-line 2011-11-04 08:43:49 -04:00
Steve Bohlen
6084b5d119 SPRNET-1472 wire up opencover to run coverage on all tests aggregated together at once 2011-11-03 19:02:44 -04:00
Steve Bohlen
88326436e2 rename erroneous folder tools/ReporterGenerator 2011-11-01 11:46:58 -04:00
Steve Bohlen
95949b4b71 SPRNET-1472 revert to ncover for reporting, exclude .NET 4 2011-10-08 17:31:07 -04:00
Steve Bohlen
71e2f36b38 SPRNET-1472 switch to RELEASE build of opencover 2011-10-08 10:26:20 -04:00
Steve Bohlen
62ec2c2610 SPRNET-1472 reverting to ncover 1.5.8 for code coverage reporting 2011-10-07 16:08:44 -04:00
Steve Bohlen
403f0c63f7 fixing buidl to only report coverage on .NET 4 build 2011-10-07 15:08:16 -04:00
Steve Bohlen
e2088352c7 opencover integration for code coverage reporting 2011-10-06 18:08:37 -04:00
sbohlen
5982407b93 fixing broken build; reworked build script so that VS2008 (.NET 2.0) MSTest and VS2010 SP1 (.NET 4.0) MSTest tests can co-exist 2011-05-30 02:59:29 +00:00
sbohlen
7fb3f36da5 re-enabling the NCOVER reporting 2011-03-09 20:43:24 +00:00
sbohlen
56e604eae1 temporarily reverting the running of the ncover reporting since its (for an unknown reason) unable to execute (reliably) on new build server 2011-03-01 09:14:25 +00:00
sbohlen
0b2db14b41 re-enabling test coverage capture and reporting in the build(s) 2011-02-10 01:27:54 +00:00
sbohlen
67966c1566 misc changes to build infrastructure to support adding .net 3.5 and 4.0 2010-12-09 00:24:11 +00:00
sbohlen
8a23270b5d SPRNET-1396 2010-12-07 20:30:04 +00:00
markpollack
f572afa487 no not run unit tests with ncover for now... 2010-04-08 20:18:01 +00:00
eeichinger
2c3d2c204f reactivated ncover 2009-12-22 22:06:37 +00:00
markpollack
8e62993a12 disable ncover, some tests fail for unknown reason, bamboo integration seem to be causing issues in reporting root cause of build errors when using ncover. 2009-12-11 20:01:45 +00:00
markpollack
41b8c4091c SPRNET-1279 Create integration test project for NMS
(run tests in standard nunit - without ncover as it hangs with ncover)
2009-12-08 03:04:54 +00:00
markpollack
1acbf3d1ce really enable ncover :) 2009-11-04 23:30:14 +00:00
markpollack
e498eb7b9d enable ncover, fix 2003 build, modify solutions.build.nant to exclude Calculator and add ${root} prefix to build 2003 solution. 2009-11-04 23:17:17 +00:00
eeichinger
8c9a0be1a8 reverted accidental change 2009-09-27 17:47:20 +00:00
eeichinger
0882e83fe3 polishing 2009-09-27 16:48:37 +00:00
eeichinger
9fb46fd5fb fixed NH21 integration ProxyFactoryFactory Bug 2009-08-05 15:56:23 +00:00
eeichinger
070c33503e added automatic vs.2008 detection 2009-08-04 20:24:02 +00:00
eeichinger
972da2f0e5 fixed nh build scripts
automated build of Spring.Messaging.Ems and Spring.Testing.Microsoft if dlls are available
2009-08-02 00:52:07 +00:00
markpollack
c0188c44cb enable ncover in build 2009-07-28 17:06:20 +00:00
markpollack
b49745e19b undo call out to different NUnit console executables for .NET 1.1 vs 2.0 - was already correct using just nunit-console-x86.exe with command line args for framework version. oops. 2009-07-28 16:20:23 +00:00
markpollack
cfc189ab43 fix .NET 1.1 build - call out to different NUnit console executables for .NET 1.1 vs 2.0 2009-07-28 15:37:16 +00:00
markpollack
c8ec84d9a9 SPRNET-1196 - Added build support but disabled until CI machine can support running mstest. 2009-07-24 03:18:35 +00:00
eeichinger
a2fccb5a82 removed nunit workaround 2009-07-15 16:34:10 +00:00
eeichinger
1d65263f23 added *.pdb excludes for lib dirs
added sample for switching between ncover/nunit
2009-07-15 13:20:25 +00:00
eeichinger
aaa2133cec reverted to pure nunit tests without coverage analysis due to ci server issues with ncover 2009-07-14 23:22:03 +00:00
eeichinger
47762e3f0f upgraded to nunit 2.5.1 for running unit tests
integrated ncover for code coverage analysis
switched COM integration tests to explicit
2009-07-14 22:37:59 +00:00