albacore 0.3.6 → 0.6.2.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -22
- data/.travis.yml +13 -15
- data/Gemfile +14 -13
- data/Guardfile +7 -0
- data/README.md +148 -0
- data/Rakefile +9 -25
- data/albacore.gemspec +20 -5
- data/lib/albacore.rb +3 -9
- data/lib/albacore/albacore_module.rb +53 -0
- data/lib/albacore/application.rb +32 -0
- data/lib/albacore/asmver.rb +67 -0
- data/lib/albacore/asmver/cpp.rb +20 -0
- data/lib/albacore/asmver/cs.rb +17 -0
- data/lib/albacore/asmver/engine.rb +43 -0
- data/lib/albacore/asmver/fs.rb +25 -0
- data/lib/albacore/asmver/vb.rb +17 -0
- data/lib/albacore/build.rb +203 -0
- data/lib/albacore/cmd_config.rb +55 -0
- data/lib/albacore/cross_platform_cmd.rb +177 -0
- data/lib/albacore/dsl.rb +118 -0
- data/lib/albacore/errors/unfilled_property_error.rb +14 -0
- data/lib/albacore/ext/README.md +12 -0
- data/lib/albacore/ext/teamcity.rb +64 -0
- data/lib/albacore/facts.rb +25 -0
- data/lib/albacore/logging.rb +29 -0
- data/lib/albacore/migrate.rb +175 -0
- data/lib/albacore/nugets_authentication.rb +9 -0
- data/lib/albacore/nugets_pack.rb +283 -0
- data/lib/albacore/nugets_restore.rb +131 -0
- data/lib/albacore/paths.rb +30 -0
- data/lib/albacore/project.rb +104 -0
- data/lib/albacore/restore_hint_paths.rb +112 -0
- data/lib/albacore/semver.rb +5 -0
- data/lib/albacore/tasks/README.md +16 -0
- data/lib/albacore/tasks/albasemver.rb +49 -0
- data/lib/albacore/tasks/projectlint.rb +81 -0
- data/lib/albacore/tasks/versionizer.rb +65 -0
- data/lib/albacore/test_runner.rb +39 -0
- data/lib/albacore/version.rb +3 -0
- data/spec/Rakefile +5 -0
- data/spec/albacore_spec.rb +35 -0
- data/spec/cross_platform_cmd_spec.rb +77 -0
- data/spec/ext_teamcity_spec.rb +71 -0
- data/spec/facts_spec.rb +7 -0
- data/spec/migrate_spec.rb +80 -0
- data/spec/nugets_pack_spec.rb +66 -0
- data/spec/nugets_restore_spec.rb +55 -0
- data/spec/project_spec.rb +26 -0
- data/spec/projectlint/added_but_not_on_filesystem/aproject.csproj +29 -0
- data/spec/projectlint/correct/File.cs +1 -0
- data/spec/projectlint/correct/Image.txt +1 -0
- data/spec/projectlint/correct/MyHeavy.heavy +1 -0
- data/spec/projectlint/correct/Schema.xsd +1 -0
- data/spec/projectlint/correct/SubFolder/AnotherFile.cs +1 -0
- data/spec/projectlint/correct/aproject.csproj +29 -0
- data/spec/projectlint/on_filesystem_but_not_added/File.cs +1 -0
- data/spec/projectlint/on_filesystem_but_not_added/Image.txt +1 -0
- data/spec/projectlint/on_filesystem_but_not_added/aproject.csproj +11 -0
- data/spec/projectlint_spec.rb +77 -0
- data/spec/sh_interceptor.rb +33 -0
- data/spec/smoke_spec.rb +9 -0
- data/spec/spec_helper.rb +13 -15
- data/spec/testdata/Library1.fs +4 -0
- data/spec/testdata/Project.fsproj +58 -0
- data/spec/testdata/Project/Project.sln +20 -0
- data/spec/testdata/Project/Project.v11.suo +0 -0
- data/spec/testdata/example.nuspec +14 -0
- data/spec/testdata/packages.config +6 -0
- metadata +235 -662
- data/.bundle/config +0 -2
- data/.rspec +0 -2
- data/.rvmrc +0 -1
- data/README.markdown +0 -71
- data/lib/albacore/albacoretask.rb +0 -50
- data/lib/albacore/aspnetcompiler.rb +0 -58
- data/lib/albacore/assemblyinfo.rb +0 -172
- data/lib/albacore/assemblyinfolanguages/assemblyinfoengine.rb +0 -41
- data/lib/albacore/assemblyinfolanguages/cppcliengine.rb +0 -18
- data/lib/albacore/assemblyinfolanguages/csharpengine.rb +0 -15
- data/lib/albacore/assemblyinfolanguages/fsharpengine.rb +0 -23
- data/lib/albacore/assemblyinfolanguages/vbnetengine.rb +0 -15
- data/lib/albacore/config/aspnetcompilerconfig.rb +0 -29
- data/lib/albacore/config/assemblyinfoconfig.rb +0 -20
- data/lib/albacore/config/config.rb +0 -22
- data/lib/albacore/config/cscconfig.rb +0 -28
- data/lib/albacore/config/docuconfig.rb +0 -23
- data/lib/albacore/config/execconfig.rb +0 -15
- data/lib/albacore/config/fluentmigratorrunnerconfig.rb +0 -15
- data/lib/albacore/config/ilmergeconfig.rb +0 -24
- data/lib/albacore/config/msbuildconfig.rb +0 -29
- data/lib/albacore/config/msdeployconfig.rb +0 -15
- data/lib/albacore/config/mspectestrunnerconfig.rb +0 -15
- data/lib/albacore/config/mstesttestrunnerconfig.rb +0 -15
- data/lib/albacore/config/nantconfig.rb +0 -15
- data/lib/albacore/config/nchurnconfig.rb +0 -15
- data/lib/albacore/config/ncoverconsoleconfig.rb +0 -15
- data/lib/albacore/config/ncoverreportconfig.rb +0 -15
- data/lib/albacore/config/ndependconfig.rb +0 -15
- data/lib/albacore/config/netversion.rb +0 -24
- data/lib/albacore/config/nugetpackconfig.rb +0 -19
- data/lib/albacore/config/nugetpublishconfig.rb +0 -19
- data/lib/albacore/config/nugetpushconfig.rb +0 -19
- data/lib/albacore/config/nugetupdateconfig.rb +0 -19
- data/lib/albacore/config/nunittestrunnerconfig.rb +0 -14
- data/lib/albacore/config/specflowreportconfig.rb +0 -24
- data/lib/albacore/config/sqlcmdconfig.rb +0 -15
- data/lib/albacore/config/unzipconfig.rb +0 -15
- data/lib/albacore/config/vssgetconfig.rb +0 -14
- data/lib/albacore/config/xbuildconfig.rb +0 -15
- data/lib/albacore/config/xunittestrunnerconfig.rb +0 -15
- data/lib/albacore/config/zipdirectoryconfig.rb +0 -15
- data/lib/albacore/csc.rb +0 -67
- data/lib/albacore/docu.rb +0 -41
- data/lib/albacore/exec.rb +0 -18
- data/lib/albacore/fluentmigratorrunner.rb +0 -51
- data/lib/albacore/ilmerge.rb +0 -65
- data/lib/albacore/msbuild.rb +0 -78
- data/lib/albacore/msdeploy.rb +0 -122
- data/lib/albacore/mspectestrunner.rb +0 -50
- data/lib/albacore/mstesttestrunner.rb +0 -43
- data/lib/albacore/nant.rb +0 -38
- data/lib/albacore/nchurn.rb +0 -74
- data/lib/albacore/ncoverconsole.rb +0 -68
- data/lib/albacore/ncoverreport.rb +0 -62
- data/lib/albacore/ncoverreports/assemblyfilter.rb +0 -10
- data/lib/albacore/ncoverreports/branchcoverage.rb +0 -10
- data/lib/albacore/ncoverreports/classfilter.rb +0 -9
- data/lib/albacore/ncoverreports/codecoveragebase.rb +0 -25
- data/lib/albacore/ncoverreports/cyclomaticcomplexity.rb +0 -23
- data/lib/albacore/ncoverreports/documentfilter.rb +0 -9
- data/lib/albacore/ncoverreports/fullcoveragereport.rb +0 -13
- data/lib/albacore/ncoverreports/methodcoverage.rb +0 -10
- data/lib/albacore/ncoverreports/methodfilter.rb +0 -9
- data/lib/albacore/ncoverreports/namespacefilter.rb +0 -9
- data/lib/albacore/ncoverreports/reportfilterbase.rb +0 -26
- data/lib/albacore/ncoverreports/summaryreport.rb +0 -18
- data/lib/albacore/ncoverreports/symbolcoverage.rb +0 -9
- data/lib/albacore/ndepend.rb +0 -33
- data/lib/albacore/nugetinstall.rb +0 -57
- data/lib/albacore/nugetpack.rb +0 -54
- data/lib/albacore/nugetpublish.rb +0 -47
- data/lib/albacore/nugetpush.rb +0 -46
- data/lib/albacore/nugetupdate.rb +0 -51
- data/lib/albacore/nunittestrunner.rb +0 -41
- data/lib/albacore/nuspec.rb +0 -178
- data/lib/albacore/output.rb +0 -103
- data/lib/albacore/plink.rb +0 -47
- data/lib/albacore/specflowreport.rb +0 -62
- data/lib/albacore/sqlcmd.rb +0 -82
- data/lib/albacore/support/attrmethods.rb +0 -33
- data/lib/albacore/support/createtask.rb +0 -50
- data/lib/albacore/support/failure.rb +0 -15
- data/lib/albacore/support/logging.rb +0 -38
- data/lib/albacore/support/openstruct.rb +0 -13
- data/lib/albacore/support/runcommand.rb +0 -45
- data/lib/albacore/support/supportlinux.rb +0 -21
- data/lib/albacore/support/updateattributes.rb +0 -13
- data/lib/albacore/support/yamlconfig.rb +0 -18
- data/lib/albacore/unzip.rb +0 -28
- data/lib/albacore/vssget.rb +0 -44
- data/lib/albacore/xbuild.rb +0 -54
- data/lib/albacore/xunittestrunner.rb +0 -56
- data/lib/albacore/zipdirectory.rb +0 -106
- data/lib/version.rb +0 -3
- data/samples/Rakefile +0 -154
- data/spec/README.md +0 -9
- data/spec/albacoremodel_spec.rb +0 -53
- data/spec/assemblyinfo_contexts.rb +0 -52
- data/spec/assemblyinfo_spec.rb +0 -459
- data/spec/attrmethods_spec.rb +0 -136
- data/spec/config_spec.rb +0 -34
- data/spec/createtask_spec.rb +0 -237
- data/spec/csc_spec.rb +0 -253
- data/spec/docu_spec.rb +0 -109
- data/spec/exec_spec.rb +0 -45
- data/spec/fluentmigratorrunner_spec.rb +0 -256
- data/spec/ilmerge_spec.rb +0 -93
- data/spec/msbuild_spec.rb +0 -287
- data/spec/msdeploy_spec.rb +0 -124
- data/spec/mspec_spec.rb +0 -28
- data/spec/mstesttestrunner_spec.rb +0 -144
- data/spec/nant_spec.rb +0 -110
- data/spec/nchurn_spec.rb +0 -75
- data/spec/ncoverconsole_spec.rb +0 -353
- data/spec/ncoverreport_spec.rb +0 -619
- data/spec/ndepend_spec.rb +0 -72
- data/spec/netversion_spec.rb +0 -53
- data/spec/nugetinstall_spec.rb +0 -47
- data/spec/nugetupdate_spec.rb +0 -42
- data/spec/nunittestrunner_spec.rb +0 -115
- data/spec/nuspec_spec.rb +0 -85
- data/spec/output_spec.rb +0 -149
- data/spec/patches/docu_patch.rb +0 -13
- data/spec/patches/fail_patch.rb +0 -9
- data/spec/patches/system_patch.rb +0 -20
- data/spec/plink_spec.rb +0 -62
- data/spec/runcommand_spec.rb +0 -94
- data/spec/spec.opts +0 -1
- data/spec/specflowreport_spec.rb +0 -143
- data/spec/sqlcmd_spec.rb +0 -334
- data/spec/support/AssemblyInfo/AssemblyInfo.test +0 -9
- data/spec/support/AssemblyInfo/AssemblyInfoInput.test +0 -9
- data/spec/support/AssemblyInfo/assemblyinfo.yml +0 -2
- data/spec/support/CodeCoverage/mspec/assemblies/Machine.Specifications.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/TestSolution.MSpecTests.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/mspec/assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.NET40.dll +0 -0
- data/spec/support/CodeCoverage/mstest/TestSolution.MSTestTests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/TestSolution.Tests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.Tests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/nunit/assemblies/with spaces/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/nunit/failing_assemblies/TestSolution.FailingTests.dll +0 -0
- data/spec/support/CodeCoverage/nunit/failing_assemblies/nunit.framework.dll +0 -0
- data/spec/support/CodeCoverage/report/coverage.xml +0 -4578
- data/spec/support/CodeCoverage/xunit/assemblies/TestSolution.XUnitTests.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/TestSolution.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/xunit.dll +0 -0
- data/spec/support/CodeCoverage/xunit/assemblies/xunit.xml +0 -2604
- data/spec/support/FluentMigrator/FluentMigrator.dll +0 -0
- data/spec/support/FluentMigrator/TestSolution.FluentMigrator.dll +0 -0
- data/spec/support/SpecFlow/TechTalk.SpecFlow.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.SpecFlow.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.SpecFlow.pdb +0 -0
- data/spec/support/SpecFlow/TestSolution.dll +0 -0
- data/spec/support/SpecFlow/TestSolution.pdb +0 -0
- data/spec/support/SpecFlow/nunit.framework.dll +0 -0
- data/spec/support/TestSolution/LocalTestRun.testrunconfig +0 -5
- data/spec/support/TestSolution/NDependProject.xml +0 -315
- data/spec/support/TestSolution/TestSolution.5.0.ReSharper.user +0 -27
- data/spec/support/TestSolution/TestSolution.FailingTests/FailingTestFixture.cs +0 -19
- data/spec/support/TestSolution/TestSolution.FailingTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.FailingTests/TestSolution.FailingTests.csproj +0 -101
- data/spec/support/TestSolution/TestSolution.FluentMigrator/M001_SampleMigration.cs +0 -19
- data/spec/support/TestSolution/TestSolution.FluentMigrator/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.FluentMigrator/TestSolution.FluentMigrator.csproj +0 -101
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy.sln +0 -20
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx +0 -13
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/About.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx +0 -60
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePassword.aspx.designer.cs +0 -26
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx +0 -13
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/ChangePasswordSuccess.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx +0 -49
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Login.aspx.designer.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx +0 -75
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.cs +0 -32
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Register.aspx.designer.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Account/Web.config +0 -18
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Default.aspx.designer.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax +0 -1
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Global.asax.cs +0 -47
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Properties/AssemblyInfo.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1-vsdoc.js +0 -8061
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.js +0 -6111
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Scripts/jquery-1.4.1.min.js +0 -167
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master +0 -51
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.cs +0 -17
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Site.Master.designer.cs +0 -71
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Styles/Site.css +0 -294
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.Publish.xml +0 -2
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/TestSolution.MSDeploy.csproj +0 -163
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Debug.config +0 -30
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.Release.config +0 -31
- data/spec/support/TestSolution/TestSolution.MSDeploy/TestSolution.MSDeploy/Web.config +0 -52
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/TestSolution.MSTestTests.NET40.csproj +0 -53
- data/spec/support/TestSolution/TestSolution.MSTestTests.NET40/Tests.cs +0 -20
- data/spec/support/TestSolution/TestSolution.MSTestTests/Properties/AssemblyInfo.cs +0 -35
- data/spec/support/TestSolution/TestSolution.MSTestTests/TestSolution.MSTestTests.csproj +0 -97
- data/spec/support/TestSolution/TestSolution.MSTestTests/Tests.cs +0 -20
- data/spec/support/TestSolution/TestSolution.MSpecTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.MSpecTests/SomeSpecTest.cs +0 -18
- data/spec/support/TestSolution/TestSolution.MSpecTests/TestSolution.MSpecTests.csproj +0 -110
- data/spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature +0 -8
- data/spec/support/TestSolution/TestSolution.SpecFlow/OneFeature.feature.cs +0 -73
- data/spec/support/TestSolution/TestSolution.SpecFlow/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.SpecFlow/StepDefinition.cs +0 -30
- data/spec/support/TestSolution/TestSolution.SpecFlow/TestSolution.SpecFlow.csproj +0 -122
- data/spec/support/TestSolution/TestSolution.Tests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.Tests/SomeTestFixture.cs +0 -23
- data/spec/support/TestSolution/TestSolution.Tests/TestSolution.Tests.csproj +0 -107
- data/spec/support/TestSolution/TestSolution.XUnitTests/Class1.cs +0 -20
- data/spec/support/TestSolution/TestSolution.XUnitTests/FailingTestFixture.cs +0 -14
- data/spec/support/TestSolution/TestSolution.XUnitTests/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution.XUnitTests/TestSolution.XUnitTests.csproj +0 -108
- data/spec/support/TestSolution/TestSolution.build +0 -25
- data/spec/support/TestSolution/TestSolution.sln +0 -75
- data/spec/support/TestSolution/TestSolution.vsmdi +0 -6
- data/spec/support/TestSolution/TestSolution/Class1.cs +0 -17
- data/spec/support/TestSolution/TestSolution/Properties/AssemblyInfo.cs +0 -36
- data/spec/support/TestSolution/TestSolution/TestSolution.csproj +0 -97
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.MSBuild.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.NAnt.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Runner.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.Tests.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/FluentMigrator.pdb +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Migrate.exe +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Migrate.exe.config +0 -6
- data/spec/support/Tools/FluentMigrator-0.9/Moq.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/Moq.xml +0 -3467
- data/spec/support/Tools/FluentMigrator-0.9/MySql.Data.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/NAnt.Core.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/NAnt.Core.xml +0 -14880
- data/spec/support/Tools/FluentMigrator-0.9/Oracle.DataAccess.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/System.Data.SQLite.DLL +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/log4net.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/nunit.framework.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/nunit.should.dll +0 -0
- data/spec/support/Tools/FluentMigrator-0.9/testscript.sql +0 -1
- data/spec/support/Tools/MSTest-2008/MSTest.exe +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.CommandLine.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Common.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ControllerObject.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.TMI.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2008/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/MSTest.exe +0 -0
- data/spec/support/Tools/MSTest-2010/MSTest.exe.config +0 -31
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.AgentProcessManager.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CMI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CheckinPolicies.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodeCoverage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITest.Controls.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CodedUITestPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.CommandLine.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Common.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Controller.SpooledJob.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ControllerObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.DataCollectionAgentObject.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAdapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.HostAdapters.ASPNETAgent.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Linking.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTest.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.dll.manifest +0 -296
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto +0 -150
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExcelCommon.tlb +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestExec.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.LoadTestUI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NICServices.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.NetworkEmulation.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.OperationalStore.ClientHelper.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBar.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.RecorderBarBHO100.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Resource.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Sqm.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TMI.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.TestCaseManagement.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.GenericTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.ManualTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.OrderedTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.TuipPackage.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Adapter.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.AssemblyResolver.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.ObjectModel.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.UnitTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Tips.WebLoadTest.Tip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Vsip.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WarehouseCommon.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestFramework.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.WebTestPlayback.dll +0 -0
- data/spec/support/Tools/MSTest-2010/Microsoft.VisualStudio.QualityTools.Wizard.TestProjectWizards.dll +0 -0
- data/spec/support/Tools/MSTest-2010/mstest.reg +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/lib/Machine.Specifications.dll.tdnet +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/CommandLine.xml +0 -504
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.1.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.4.5.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.0 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.5.1 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.0 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2008.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallResharperRunner.6.1 - VS2010.bat +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunner.bat +0 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/InstallTDNetRunnerSilent.bat +0 -16
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/License.txt +0 -54
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.3.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.GallioAdapter.plugin +0 -43
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.4.5.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.0.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.5.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.0.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.Templates.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.Reporting.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.SeleniumSupport.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.WatinSupport.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Machine.Specifications.dll.tdnet +0 -5
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/Spark.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/TestDriven.Framework.dll +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/install.ps1 +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-clr4.exe.config +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86-clr4.exe.config +0 -6
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec-x86.exe +0 -0
- data/spec/support/Tools/Machine.Specifications-0.5.3/tools/mspec.exe +0 -0
- data/spec/support/Tools/NAnt-0.85/COPYING.txt +0 -340
- data/spec/support/Tools/NAnt-0.85/README.txt +0 -144
- data/spec/support/Tools/NChurn-v0.4/LICENSE.txt +0 -133
- data/spec/support/Tools/NChurn-v0.4/NChurn.exe +0 -0
- data/spec/support/Tools/NChurn-v0.4/README.md +0 -171
- data/spec/support/Tools/NChurn-v0.4/VERSION +0 -1
- data/spec/support/Tools/NChurn-v0.4/churn-0.4.0.0.txt +0 -178
- data/spec/support/Tools/NCover-v3.3/ActiproEULA.hml +0 -287
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.Shared.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Addons.DotNet.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.SyntaxEditor.Wpf30.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/ActiproSoftware.Text.Net20.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/AdminBootstrapper.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildNCoverExample.proj +0 -237
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/MSBuildReportingExample.proj +0 -224
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntNCoverExample.build +0 -241
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NAntReportingExample.build +0 -218
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.MSBuildTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCover.NAntTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.MSBuildTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Build Task Plugins/NCoverExplorer.NAntTasks.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/NCoverReporting30.xsl +0 -2313
- data/spec/support/Tools/NCover-v3.3/CC.Net/dashboard.config +0 -55
- data/spec/support/Tools/NCover-v3.3/CC.Net/excanvas.js +0 -35
- data/spec/support/Tools/NCover-v3.3/CC.Net/g.png +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/jquery-1.3.2.min.js +0 -19
- data/spec/support/Tools/NCover-v3.3/CC.Net/r.png +0 -0
- data/spec/support/Tools/NCover-v3.3/CC.Net/readme.txt +0 -51
- data/spec/support/Tools/NCover-v3.3/CC.Net/trends.js +0 -184
- data/spec/support/Tools/NCover-v3.3/CC.Net/y.png +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCM90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCP90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/MSVCR90.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Microsoft.VC90.CRT.manifest +0 -13
- data/spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.Linq.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/Mindscape.LightSpeed.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Console.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Console.exe.config +0 -55
- data/spec/support/Tools/NCover-v3.3/NCover.Data.x86.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.Framework.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Explorer.exe.config +0 -16
- data/spec/support/Tools/NCover-v3.3/NCover.Framework.XmlSerializers.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Framework.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Interfaces.Core.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Interfaces.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Legacy.Configuration.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Lib.x86.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Registration.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Reporting.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Runner.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.UpConvert.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/NCover.Utilities.dll +0 -0
- data/spec/support/Tools/NCover-v3.3/NCoverEULA.pdf +0 -0
- data/spec/support/Tools/NCover-v3.3/NCoverExplorer.Console.exe +0 -0
- data/spec/support/Tools/NCover-v3.3/ReportingExample.config +0 -213
- data/spec/support/Tools/NCover-v3.3/System.Data.SQLite.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/EULA_NDepend.txt +0 -94
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Data.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.OfficeSkins.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.Utils.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraBars.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraEditors.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/DevExpress.XtraNavBar.v8.2.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/EnvDTE.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.Drawing.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.GraphViewerGdi.dll.config +0 -3
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.Msagl.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.OLE.Interop.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.Interop.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Microsoft.VisualStudio.Shell.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.Pdb.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/Mono.Cecil.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.AddIn.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Analysis.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.CQL.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Framework.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Platform.DotNet.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.Skins.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/NDepend.UI.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/msvcp71.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/Lib/msvcr71.dll +0 -0
- data/spec/support/Tools/NDepend-v2.12/NDepend.Console.exe +0 -0
- data/spec/support/Tools/NDepend-v2.12/NDepend.Console.exe.config +0 -8
- data/spec/support/Tools/NDepend-v2.12/QuickStartTutorial_NDepend.txt +0 -152
- data/spec/support/Tools/NDepend-v2.12/VisualNDepend.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/NUnitFitTests.html +0 -277
- data/spec/support/Tools/NUnit-v2.5/NUnitTests.config +0 -84
- data/spec/support/Tools/NUnit-v2.5/NUnitTests.nunit +0 -14
- data/spec/support/Tools/NUnit-v2.5/TestResult.xml +0 -32
- data/spec/support/Tools/NUnit-v2.5/agent.conf +0 -4
- data/spec/support/Tools/NUnit-v2.5/agent.log.conf +0 -18
- data/spec/support/Tools/NUnit-v2.5/clr.bat +0 -96
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.framework.xml +0 -10088
- data/spec/support/Tools/NUnit-v2.5/framework/nunit.mocks.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/framework/pnunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/launcher.log.conf +0 -18
- data/spec/support/Tools/NUnit-v2.5/lib/Failure.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Ignored.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Inconclusive.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Skipped.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/Success.png +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/fit.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/log4net.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit-console-runner.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit-gui-runner.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.core.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.core.interfaces.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.fixtures.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.uiexception.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.uikit.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/lib/nunit.util.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-agent.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-agent.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-console-x86.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-console.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-console.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/nunit-x86.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit-x86.exe.config +0 -95
- data/spec/support/Tools/NUnit-v2.5/nunit.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/nunit.exe.config +0 -95
- data/spec/support/Tools/NUnit-v2.5/nunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-agent.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-agent.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit-launcher.exe.config +0 -87
- data/spec/support/Tools/NUnit-v2.5/pnunit.framework.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/pnunit.tests.dll +0 -0
- data/spec/support/Tools/NUnit-v2.5/runFile.exe +0 -0
- data/spec/support/Tools/NUnit-v2.5/runFile.exe.config +0 -43
- data/spec/support/Tools/NUnit-v2.5/runpnunit.bat +0 -2
- data/spec/support/Tools/NUnit-v2.5/test.conf +0 -24
- data/spec/support/Tools/PartCover-v2.3/Interop.PartCover.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover Browser Manual.rtf +0 -28853
- data/spec/support/Tools/PartCover-v2.3/PartCover Console Manual.rtf +0 -203
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.Api.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Browser.exe.config +0 -51
- data/spec/support/Tools/PartCover-v2.3/PartCover.CorDriver.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.Framework.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.exe +0 -0
- data/spec/support/Tools/PartCover-v2.3/PartCover.exe.config +0 -4
- data/spec/support/Tools/PartCover-v2.3/PartViewer.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/app.ico +0 -0
- data/spec/support/Tools/PartCover-v2.3/log4net.dll +0 -0
- data/spec/support/Tools/PartCover-v2.3/xslt/Report By Assembly.xslt +0 -54
- data/spec/support/Tools/PartCover-v2.3/xslt/Report By Class.xslt +0 -52
- data/spec/support/Tools/SpecFlow/Antlr3.Runtime.dll +0 -0
- data/spec/support/Tools/SpecFlow/Interop.SHDocVw.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Generator.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Parser.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.Reporting.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.VsIntegration.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.dll +0 -0
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.targets +0 -58
- data/spec/support/Tools/SpecFlow/TechTalk.SpecFlow.tasks +0 -17
- data/spec/support/Tools/SpecFlow/changelog.txt +0 -50
- data/spec/support/Tools/SpecFlow/specflow.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/EULA.txt +0 -29
- data/spec/support/Tools/XUnit-v1.9/HTML.xslt +0 -126
- data/spec/support/Tools/XUnit-v1.9/NUnitXml.xslt +0 -121
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.clr4.x86.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.console.x86.exe.config +0 -21
- data/spec/support/Tools/XUnit-v1.9/xunit.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.dll.tdnet +0 -5
- data/spec/support/Tools/XUnit-v1.9/xunit.extensions.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.extensions.xml +0 -805
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.clr4.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.gui.x86.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.installer.exe +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.msbuild.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.tdnet.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.utility.dll +0 -0
- data/spec/support/Tools/XUnit-v1.9/xunit.runner.utility.xml +0 -1212
- data/spec/support/Tools/XUnit-v1.9/xunit.xml +0 -2604
- data/spec/support/assemblyinfotester.rb +0 -52
- data/spec/support/csc/File1.cs +0 -9
- data/spec/support/csc/File2.cs +0 -9
- data/spec/support/csc/output/ignorethis.txt +0 -1
- data/spec/support/ironruby_validator.rb +0 -26
- data/spec/support/msbuildtestdata.rb +0 -32
- data/spec/support/nanttestdata.rb +0 -33
- data/spec/support/ncoverconsoletestdata.rb +0 -20
- data/spec/support/ncoverreporttestdata.rb +0 -26
- data/spec/support/nokogiri_validator.rb +0 -15
- data/spec/support/nuspec/nuspec.xsd +0 -84
- data/spec/support/outputtestdata.rb +0 -13
- data/spec/support/test.yml +0 -4
- data/spec/support/yamlconfig/msbuild.yml +0 -5
- data/spec/support/yamlconfig/yaml_autoconfig_test.yml +0 -1
- data/spec/support/zip/files/subfolder/sub file.txt +0 -1
- data/spec/support/zip/files/testfile.txt +0 -1
- data/spec/support/ziptestdata.rb +0 -13
- data/spec/unzip_spec.rb +0 -15
- data/spec/xbuild_spec.rb +0 -15
- data/spec/xunit_spec.rb +0 -200
- data/spec/yamlconfig_spec.rb +0 -49
- data/spec/zip_spec.rb +0 -160
Binary file
|
@@ -1,277 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<body>
|
4
|
-
<h1>NUnit Acceptance Tests</h1>
|
5
|
-
<p>
|
6
|
-
Developers love self-referential programs! Hence, NUnit has always run all it's
|
7
|
-
own tests, even those that are not really unit tests.
|
8
|
-
<p>Now, beginning with NUnit 2.4, NUnit has top-level tests using Ward Cunningham's
|
9
|
-
FIT framework. At this time, the tests are pretty rudimentary, but it's a start
|
10
|
-
and it's a framework for doing more.
|
11
|
-
<h2>Running the Tests</h2>
|
12
|
-
<p>Open a console or shell window and navigate to the NUnit bin directory, which
|
13
|
-
contains this file. To run the test under Microsoft .Net, enter the command
|
14
|
-
<pre> runFile NUnitFitTests.html TestResults.html .</pre>
|
15
|
-
To run it under Mono, enter
|
16
|
-
<pre> mono runFile.exe NUnitFitTests.html TestResults.html .</pre>
|
17
|
-
Note the space and dot at the end of each command. The results of your test
|
18
|
-
will be in TestResults.html in the same directory.
|
19
|
-
<h2>Platform and CLR Version</h2>
|
20
|
-
<table BORDER cellSpacing="0" cellPadding="5">
|
21
|
-
<tr>
|
22
|
-
<td colspan="2">NUnit.Fixtures.PlatformInfo</td>
|
23
|
-
</tr>
|
24
|
-
</table>
|
25
|
-
<h2>Verify Unit Tests</h2>
|
26
|
-
<p>
|
27
|
-
Load and run the NUnit unit tests, verifying that the results are as expected.
|
28
|
-
When these tests are run on different platforms, different numbers of tests may
|
29
|
-
be skipped, so the values for Skipped and Run tests are informational only.
|
30
|
-
<p>
|
31
|
-
The number of tests in each assembly should be constant across all platforms -
|
32
|
-
any discrepancy usually means that one of the test source files was not
|
33
|
-
compiled on the platform. There should be no failures and no tests ignored.
|
34
|
-
<p><b>Note:</b>
|
35
|
-
At the moment, the nunit.extensions.tests assembly is failing because the
|
36
|
-
fixture doesn't initialize addins in the test domain.
|
37
|
-
<p>
|
38
|
-
<table BORDER cellSpacing="0" cellPadding="5">
|
39
|
-
<tr>
|
40
|
-
<td colspan="6">NUnit.Fixtures.AssemblyRunner</td>
|
41
|
-
</tr>
|
42
|
-
<tr>
|
43
|
-
<td>Assembly</td>
|
44
|
-
<td>Tests()</td>
|
45
|
-
<td>Run()</td>
|
46
|
-
<td>Skipped()</td>
|
47
|
-
<td>Ignored()</td>
|
48
|
-
<td>Failures()</td>
|
49
|
-
</tr>
|
50
|
-
<tr>
|
51
|
-
<td>nunit.framework.tests.dll</td>
|
52
|
-
<td>397</td>
|
53
|
-
<td> </td>
|
54
|
-
<td> </td>
|
55
|
-
<td>0</td>
|
56
|
-
<td>0</td>
|
57
|
-
</tr>
|
58
|
-
<tr>
|
59
|
-
<td>nunit.core.tests.dll</td>
|
60
|
-
<td>355</td>
|
61
|
-
<td> </td>
|
62
|
-
<td> </td>
|
63
|
-
<td>0</td>
|
64
|
-
<td>0</td>
|
65
|
-
</tr>
|
66
|
-
<tr>
|
67
|
-
<td>nunit.util.tests.dll</td>
|
68
|
-
<td>238</td>
|
69
|
-
<td> </td>
|
70
|
-
<td> </td>
|
71
|
-
<td>0</td>
|
72
|
-
<td>0</td>
|
73
|
-
</tr>
|
74
|
-
<tr>
|
75
|
-
<td>nunit.mocks.tests.dll</td>
|
76
|
-
<td>43</td>
|
77
|
-
<td> </td>
|
78
|
-
<td> </td>
|
79
|
-
<td>0</td>
|
80
|
-
<td>0</td>
|
81
|
-
</tr>
|
82
|
-
<tr>
|
83
|
-
<td>nunit.extensions.tests.dll</td>
|
84
|
-
<td>5</td>
|
85
|
-
<td> </td>
|
86
|
-
<td> </td>
|
87
|
-
<td>0</td>
|
88
|
-
<td>0</td>
|
89
|
-
</tr>
|
90
|
-
<tr>
|
91
|
-
<td>nunit-console.tests.dll</td>
|
92
|
-
<td>40</td>
|
93
|
-
<td> </td>
|
94
|
-
<td> </td>
|
95
|
-
<td>0</td>
|
96
|
-
<td>0</td>
|
97
|
-
</tr>
|
98
|
-
<tr>
|
99
|
-
<td>nunit.uikit.tests.dll</td>
|
100
|
-
<td>34</td>
|
101
|
-
<td> </td>
|
102
|
-
<td> </td>
|
103
|
-
<td>0</td>
|
104
|
-
<td>0</td>
|
105
|
-
</tr>
|
106
|
-
<tr>
|
107
|
-
<td>nunit-gui.tests.dll</td>
|
108
|
-
<td>15</td>
|
109
|
-
<td> </td>
|
110
|
-
<td> </td>
|
111
|
-
<td>0</td>
|
112
|
-
<td>0</td>
|
113
|
-
</tr>
|
114
|
-
<tr>
|
115
|
-
<td>nunit.fixtures.tests.dll</td>
|
116
|
-
<td>6</td>
|
117
|
-
<td> </td>
|
118
|
-
<td> </td>
|
119
|
-
<td>0</td>
|
120
|
-
<td>0</td>
|
121
|
-
</tr>
|
122
|
-
</table>
|
123
|
-
<h2>Code Snippet Tests</h2>
|
124
|
-
<p>
|
125
|
-
These tests create a test assembly from a snippet of code and then load and run
|
126
|
-
the tests that it contains, verifying that the structure of the loaded tests is
|
127
|
-
as expected and that the number of tests run, skipped, ignored or failed is
|
128
|
-
correct.
|
129
|
-
<p>
|
130
|
-
<table BORDER cellSpacing="0" cellPadding="5">
|
131
|
-
<tr>
|
132
|
-
<td colspan="6">NUnit.Fixtures.SnippetRunner</td>
|
133
|
-
</tr>
|
134
|
-
<tr>
|
135
|
-
<td>Code</td>
|
136
|
-
<td>Tree()</td>
|
137
|
-
<td>Run()</td>
|
138
|
-
<td>Skipped()</td>
|
139
|
-
<td>Ignored()</td>
|
140
|
-
<td>Failures()</td>
|
141
|
-
</tr>
|
142
|
-
<tr>
|
143
|
-
<td><pre>public class TestClass
|
144
|
-
{
|
145
|
-
}</pre>
|
146
|
-
</td>
|
147
|
-
<td>EMPTY</td>
|
148
|
-
<td>0</td>
|
149
|
-
<td>0</td>
|
150
|
-
<td>0</td>
|
151
|
-
<td>0</td>
|
152
|
-
</tr>
|
153
|
-
<tr>
|
154
|
-
<td><pre>using NUnit.Framework;
|
155
|
-
|
156
|
-
[TestFixture]
|
157
|
-
public class TestClass
|
158
|
-
{
|
159
|
-
}</pre>
|
160
|
-
</td>
|
161
|
-
<td>TestClass</td>
|
162
|
-
<td>0</td>
|
163
|
-
<td>0</td>
|
164
|
-
<td>0</td>
|
165
|
-
<td>0</td>
|
166
|
-
</tr>
|
167
|
-
<tr>
|
168
|
-
<td><pre>using NUnit.Framework;
|
169
|
-
|
170
|
-
[TestFixture]
|
171
|
-
public class TestClass
|
172
|
-
{
|
173
|
-
[Test]
|
174
|
-
public void T1() { }
|
175
|
-
[Test]
|
176
|
-
public void T2() { }
|
177
|
-
[Test]
|
178
|
-
public void T3() { }
|
179
|
-
}</pre>
|
180
|
-
</td>
|
181
|
-
<td><pre>TestClass
|
182
|
-
>T1
|
183
|
-
>T2
|
184
|
-
>T3</pre>
|
185
|
-
</td>
|
186
|
-
<td>3</td>
|
187
|
-
<td>0</td>
|
188
|
-
<td>0</td>
|
189
|
-
<td>0</td>
|
190
|
-
</tr>
|
191
|
-
<tr>
|
192
|
-
<td><pre>using NUnit.Framework;
|
193
|
-
|
194
|
-
[TestFixture]
|
195
|
-
public class TestClass1
|
196
|
-
{
|
197
|
-
[Test]
|
198
|
-
public void T1() { }
|
199
|
-
}
|
200
|
-
|
201
|
-
[TestFixture]
|
202
|
-
public class TestClass2
|
203
|
-
{
|
204
|
-
[Test]
|
205
|
-
public void T2() { }
|
206
|
-
[Test]
|
207
|
-
public void T3() { }
|
208
|
-
}</pre>
|
209
|
-
</td>
|
210
|
-
<td><pre>TestClass1
|
211
|
-
>T1
|
212
|
-
TestClass2
|
213
|
-
>T2
|
214
|
-
>T3</pre>
|
215
|
-
</td>
|
216
|
-
<td>3</td>
|
217
|
-
<td>0</td>
|
218
|
-
<td>0</td>
|
219
|
-
<td>0</td>
|
220
|
-
</tr>
|
221
|
-
<tr>
|
222
|
-
<td><pre>using NUnit.Framework;
|
223
|
-
|
224
|
-
[TestFixture]
|
225
|
-
public class TestClass
|
226
|
-
{
|
227
|
-
[Test]
|
228
|
-
public void T1() { }
|
229
|
-
[Test, Ignore]
|
230
|
-
public void T2() { }
|
231
|
-
[Test]
|
232
|
-
public void T3() { }
|
233
|
-
}</pre>
|
234
|
-
</td>
|
235
|
-
<td><pre>TestClass
|
236
|
-
>T1
|
237
|
-
>T2
|
238
|
-
>T3</pre>
|
239
|
-
</td>
|
240
|
-
<td>2</td>
|
241
|
-
<td>0</td>
|
242
|
-
<td>1</td>
|
243
|
-
<td>0</td>
|
244
|
-
</tr>
|
245
|
-
<tr>
|
246
|
-
<td><pre>using NUnit.Framework;
|
247
|
-
|
248
|
-
[TestFixture]
|
249
|
-
public class TestClass
|
250
|
-
{
|
251
|
-
[Test]
|
252
|
-
public void T1() { }
|
253
|
-
[Test, Explicit]
|
254
|
-
public void T2() { }
|
255
|
-
[Test]
|
256
|
-
public void T3() { }
|
257
|
-
}</pre>
|
258
|
-
</td>
|
259
|
-
<td><pre>TestClass
|
260
|
-
>T1
|
261
|
-
>T2
|
262
|
-
>T3</pre>
|
263
|
-
</td>
|
264
|
-
<td>2</td>
|
265
|
-
<td>1</td>
|
266
|
-
<td>0</td>
|
267
|
-
<td>0</td>
|
268
|
-
</tr>
|
269
|
-
</table>
|
270
|
-
<h2>Summary Information</h2>
|
271
|
-
<table BORDER cellSpacing="0" cellPadding="5">
|
272
|
-
<tr>
|
273
|
-
<td colspan="2">fit.Summary</td>
|
274
|
-
</tr>
|
275
|
-
</table>
|
276
|
-
</body>
|
277
|
-
</html>
|
@@ -1,84 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
-
<configuration>
|
3
|
-
<!--
|
4
|
-
This is the configuration file for the NUnitTests.nunit test project. You may
|
5
|
-
need to create a similar configuration file for your own test project.
|
6
|
-
-->
|
7
|
-
|
8
|
-
<!--
|
9
|
-
The <NUnit> section is only needed if you want to use a non-default value
|
10
|
-
for any of the settings. It is commented out below. If you are going to use
|
11
|
-
it, you must deifne the NUnit section group and the sections you need.
|
12
|
-
|
13
|
-
The syntax shown here works for most runtimes. If NUnit fails at startup, you
|
14
|
-
can try specifying the name of the assembly containing the NameValueSectionHandler:
|
15
|
-
|
16
|
-
<section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler, System" />
|
17
|
-
|
18
|
-
If that fails, try the fully qualified name of the assembly:
|
19
|
-
|
20
|
-
<section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler, System,
|
21
|
-
Version=2.0.50727.832, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
22
|
-
|
23
|
-
Unfortunately, this last approach makes your config file non-portable across runtimes.
|
24
|
-
-->
|
25
|
-
|
26
|
-
<!--
|
27
|
-
<configSections>
|
28
|
-
<sectionGroup name="NUnit">
|
29
|
-
<section name="TestCaseBuilder" type="System.Configuration.NameValueSectionHandler"/>
|
30
|
-
<section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
|
31
|
-
</sectionGroup>
|
32
|
-
</configSections>
|
33
|
-
-->
|
34
|
-
|
35
|
-
<appSettings>
|
36
|
-
<!-- User application and configured property settings go here.-->
|
37
|
-
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
38
|
-
<add key="test.setting" value="54321" />
|
39
|
-
</appSettings>
|
40
|
-
|
41
|
-
<!-- Sample NUnit section group showing all default values -->
|
42
|
-
<!--
|
43
|
-
<NUnit>
|
44
|
-
<TestCaseBuilder>
|
45
|
-
<add key="OldStyleTestCases" value="false" />
|
46
|
-
</TestCaseBuilder>
|
47
|
-
<TestRunner>
|
48
|
-
<add key="ApartmentState" value="MTA" />
|
49
|
-
<add key="ThreadPriority" value="Normal" />
|
50
|
-
</TestRunner>
|
51
|
-
</NUnit>
|
52
|
-
-->
|
53
|
-
|
54
|
-
<!--
|
55
|
-
The following <runtime> section allows running nunit tests under
|
56
|
-
.NET 1.0 by redirecting assemblies. The appliesTo attribute
|
57
|
-
causes the section to be ignored except under .NET 1.0.
|
58
|
-
-->
|
59
|
-
<runtime>
|
60
|
-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"
|
61
|
-
appliesTo="v1.0.3705">
|
62
|
-
<dependentAssembly>
|
63
|
-
<assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="" />
|
64
|
-
<bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
65
|
-
</dependentAssembly>
|
66
|
-
<dependentAssembly>
|
67
|
-
<assemblyIdentity name="System.Data" publicKeyToken="b77a5c561934e089" culture="" />
|
68
|
-
<bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
69
|
-
</dependentAssembly>
|
70
|
-
<dependentAssembly>
|
71
|
-
<assemblyIdentity name="System.Drawing" publicKeyToken="b03f5f7f11d50a3a" culture="" />
|
72
|
-
<bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
73
|
-
</dependentAssembly>
|
74
|
-
<dependentAssembly>
|
75
|
-
<assemblyIdentity name="System.Windows.Forms" publicKeyToken="b77a5c561934e089" culture="" />
|
76
|
-
<bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
77
|
-
</dependentAssembly>
|
78
|
-
<dependentAssembly>
|
79
|
-
<assemblyIdentity name="System.Xml" publicKeyToken="b77a5c561934e089" culture="" />
|
80
|
-
<bindingRedirect oldVersion="1.0.5000.0" newVersion="1.0.3300.0" />
|
81
|
-
</dependentAssembly>
|
82
|
-
</assemblyBinding>
|
83
|
-
</runtime>
|
84
|
-
</configuration>
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<NUnitProject>
|
2
|
-
<Settings appbase="."/>
|
3
|
-
<Config name="Default" binpath="lib;tests;framework" runtimeFramework="v2.0">
|
4
|
-
<assembly path="tests/nunit.framework.tests.dll" />
|
5
|
-
<assembly path="tests/nunit.core.tests.dll" />
|
6
|
-
<assembly path="tests/nunit.util.tests.dll" />
|
7
|
-
<assembly path="tests/nunit.mocks.tests.dll" />
|
8
|
-
<assembly path="tests/nunit-console.tests.dll" />
|
9
|
-
<assembly path="tests/nunit.uiexception.tests.dll" />
|
10
|
-
<assembly path="tests/nunit.uikit.tests.dll" />
|
11
|
-
<assembly path="tests/nunit-gui.tests.dll" />
|
12
|
-
<assembly path="tests/nunit.fixtures.tests.dll" />
|
13
|
-
</Config>
|
14
|
-
</NUnitProject>
|
@@ -1,32 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
2
|
-
<!--This file represents the results of running a test suite-->
|
3
|
-
<test-results name="..\..\CodeCoverage\nunit\assemblies\TestSolution.Tests.dll" total="1" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2011-03-13" time="17:56:26">
|
4
|
-
<environment nunit-version="2.5.2.9222" clr-version="2.0.50727.4952" os-version="Microsoft Windows NT 6.1.7600.0" platform="Win32NT" cwd="c:\Users\cg\code\Albacore\spec\support\Tools\NUnit-v2.5" machine-name="CRAPTOP-7" user="cg" user-domain="craptop-7" />
|
5
|
-
<culture-info current-culture="en-US" current-uiculture="en-US" />
|
6
|
-
<test-suite name="" executed="True" success="True" time="0.336" asserts="0">
|
7
|
-
<results>
|
8
|
-
<test-suite name="..\..\CodeCoverage\nunit\assemblies\TestSolution.Tests.dll" executed="True" success="True" time="0.068" asserts="0">
|
9
|
-
<results>
|
10
|
-
<test-suite name="TestSolution" executed="True" success="True" time="0.064" asserts="0">
|
11
|
-
<results>
|
12
|
-
<test-suite name="Tests" executed="True" success="True" time="0.064" asserts="0">
|
13
|
-
<results>
|
14
|
-
<test-suite name="SomeTestFixture" executed="True" success="True" time="0.047" asserts="0">
|
15
|
-
<results>
|
16
|
-
<test-case name="TestSolution.Tests.SomeTestFixture.foo" executed="True" success="True" time="0.034" asserts="1" />
|
17
|
-
</results>
|
18
|
-
</test-suite>
|
19
|
-
</results>
|
20
|
-
</test-suite>
|
21
|
-
</results>
|
22
|
-
</test-suite>
|
23
|
-
</results>
|
24
|
-
</test-suite>
|
25
|
-
<test-suite name="..\..\CodeCoverage\nunit\assemblies\TestSolution.dll" executed="False">
|
26
|
-
<reason>
|
27
|
-
<message><![CDATA[Has no TestFixtures]]></message>
|
28
|
-
</reason>
|
29
|
-
</test-suite>
|
30
|
-
</results>
|
31
|
-
</test-suite>
|
32
|
-
</test-results>
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<log4net>
|
2
|
-
<!-- A1 is set to be a ConsoleAppender -->
|
3
|
-
<appender name="A1" type="log4net.Appender.ConsoleAppender">
|
4
|
-
|
5
|
-
<!-- A1 uses PatternLayout -->
|
6
|
-
<layout type="log4net.Layout.PatternLayout">
|
7
|
-
<!-- Print the date in ISO 8601 format -->
|
8
|
-
<conversionPattern value="%-5level %logger - %message%newline" />
|
9
|
-
</layout>
|
10
|
-
</appender>
|
11
|
-
|
12
|
-
<!-- Set root logger level to DEBUG and its only appender to A1 -->
|
13
|
-
<root>
|
14
|
-
<level value="DEBUG" />
|
15
|
-
<appender-ref ref="A1" />
|
16
|
-
</root>
|
17
|
-
|
18
|
-
</log4net>
|
@@ -1,96 +0,0 @@
|
|
1
|
-
@echo off
|
2
|
-
rem Run a program under a particular version of the .Net framework
|
3
|
-
rem by setting the COMPLUS_Version environment variable.
|
4
|
-
rem
|
5
|
-
rem This command was written by Charlie Poole for the NUnit project.
|
6
|
-
rem You may use it separately from NUnit at your own risk.
|
7
|
-
|
8
|
-
if "%1"=="/?" goto help
|
9
|
-
if "%1"=="?" goto help
|
10
|
-
if "%1"=="" goto GetVersion
|
11
|
-
if /I "%1"=="off" goto RemoveVersion
|
12
|
-
if "%2"=="" goto SetVersion
|
13
|
-
goto main
|
14
|
-
|
15
|
-
:help
|
16
|
-
echo Control the version of the .Net framework that is used. The
|
17
|
-
echo command has several forms:
|
18
|
-
echo.
|
19
|
-
echo CLR
|
20
|
-
echo Reports the version of the CLR that has been set
|
21
|
-
echo.
|
22
|
-
echo CLR version
|
23
|
-
echo Sets the local shell environment to use a specific
|
24
|
-
echo version of the CLR for subsequent commands.
|
25
|
-
echo.
|
26
|
-
echo CLR version command [arguments]
|
27
|
-
echo Executes a single command using the specified CLR version.
|
28
|
-
echo.
|
29
|
-
echo CLR off
|
30
|
-
echo Turns off specific version selection for commands
|
31
|
-
echo.
|
32
|
-
echo The CLR version may be specified as vn.n.n or n.n.n. In addition,
|
33
|
-
echo the following shortcuts are recognized:
|
34
|
-
echo net-1.0, 1.0 For version 1.0.3705
|
35
|
-
echo net-1.1, 1.1 For version 1.1.4322
|
36
|
-
echo beta2 For version 2.0.50215
|
37
|
-
echo net-2.0, 2.0 For version 2.0.50727
|
38
|
-
echo.
|
39
|
-
echo NOTE:
|
40
|
-
echo Any specific settings for required or supported runtime in
|
41
|
-
echo the ^<startup^> section of a program's config file will
|
42
|
-
echo override the version specified by this command, and the
|
43
|
-
echo command will have no effect.
|
44
|
-
echo.
|
45
|
-
goto done
|
46
|
-
|
47
|
-
:main
|
48
|
-
|
49
|
-
setlocal
|
50
|
-
set CMD=
|
51
|
-
call :SetVersion %1
|
52
|
-
shift /1
|
53
|
-
|
54
|
-
:loop 'Copy remaining arguments to form the command
|
55
|
-
if "%1"=="" goto run
|
56
|
-
set CMD=%CMD% %1
|
57
|
-
shift /1
|
58
|
-
goto :loop
|
59
|
-
|
60
|
-
:run 'Execute the command
|
61
|
-
%CMD%
|
62
|
-
endlocal
|
63
|
-
goto done
|
64
|
-
|
65
|
-
:SetVersion
|
66
|
-
set COMPLUS_Version=%1
|
67
|
-
|
68
|
-
rem Substitute proper format for certain names
|
69
|
-
if /I "%COMPLUS_Version:~0,1%"=="v" goto useit
|
70
|
-
if /I "%COMPLUS_Version%"=="net-1.0" set COMPLUS_Version=v1.0.3705&goto report
|
71
|
-
if /I "%COMPLUS_Version%"=="1.0" set COMPLUS_Version=v1.0.3705&goto report
|
72
|
-
if /I "%COMPLUS_Version%"=="net-1.1" set COMPLUS_Version=v1.1.4322&goto report
|
73
|
-
if /I "%COMPLUS_Version%"=="1.1" set COMPLUS_Version=v1.1.4322&goto report
|
74
|
-
if /I "%COMPLUS_Version%"=="beta2" set COMPLUS_Version=v2.0.50215&goto report
|
75
|
-
if /I "%COMPLUS_Version%"=="net-2.0" set COMPLUS_Version=v2.0.50727&goto report
|
76
|
-
if /I "%COMPLUS_Version%"=="2.0" set COMPLUS_Version=v2.0.50727&goto report
|
77
|
-
|
78
|
-
rem Add additional substitutions here, branching to report
|
79
|
-
|
80
|
-
rem assume it's a version number without 'v'
|
81
|
-
set COMPLUS_Version=v%COMPLUS_Version%
|
82
|
-
|
83
|
-
:report
|
84
|
-
echo Setting CLR version to %COMPLUS_Version%
|
85
|
-
goto done
|
86
|
-
|
87
|
-
:GetVersion
|
88
|
-
if "%COMPLUS_Version%"=="" echo CLR version is not set
|
89
|
-
if NOT "%COMPLUS_Version%"=="" echo CLR version is set to %COMPLUS_Version%
|
90
|
-
goto done
|
91
|
-
|
92
|
-
:RemoveVersion
|
93
|
-
set COMPLUS_Version=
|
94
|
-
echo CLR version is no longer set
|
95
|
-
|
96
|
-
:done
|