diff --git a/.gitignore b/.gitignore index 4ce2d08b..c7040cba 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ Gemfile.lock packages/* icarus.gallio _site +*.#* +TAGS \ No newline at end of file diff --git a/NSpec.GallioAdapter/NSpec.GallioAdapter.csproj b/NSpec.GallioAdapter/NSpec.GallioAdapter.csproj index aa414e99..0911a4cc 100644 --- a/NSpec.GallioAdapter/NSpec.GallioAdapter.csproj +++ b/NSpec.GallioAdapter/NSpec.GallioAdapter.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17} Library Properties @@ -36,16 +34,15 @@ false - - False - ..\libs\Gallio.dll - + + ..\libs\Gallio.dll + diff --git a/NSpec.userprefs b/NSpec.userprefs new file mode 100644 index 00000000..a84c5457 --- /dev/null +++ b/NSpec.userprefs @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/NSpec/NSpec.csproj b/NSpec/NSpec.csproj index eacfeb00..eda53f52 100644 --- a/NSpec/NSpec.csproj +++ b/NSpec/NSpec.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {36862628-1F0C-4EA5-8963-C79BAF958DC1} Library Properties @@ -36,10 +34,6 @@ false - - ..\packages\NUnit.2.6.4\lib\nunit.framework.dll - True - @@ -47,6 +41,9 @@ + + ..\packages\NUnit.2.6.4\lib\nunit.framework.dll + diff --git a/NSpec2012.sln b/NSpec2012.sln index c050d1b7..95dcf6fc 100644 --- a/NSpec2012.sln +++ b/NSpec2012.sln @@ -1,102 +1,118 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSpecs", "SampleSpecs\SampleSpecs.csproj", "{DCE738AF-2C14-4279-96FB-16930BD1F459}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpec", "NSpec\NSpec.csproj", "{36862628-1F0C-4EA5-8963-C79BAF958DC1}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpecRunner", "NSpecRunner\NSpecRunner.csproj", "{24F513D3-3D65-42B9-893A-0D3196E45043}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpecSpecs", "NSpecSpecs\NSpecSpecs.csproj", "{DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpec.GallioAdapter", "NSpec.GallioAdapter\NSpec.GallioAdapter.csproj", "{25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDNETRunner", "TDNETRunner\TDNETRunner.csproj", "{CF6C7612-7CBD-4259-AC3D-045C310BC37E}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13126E01-6530-4761-909F-5A8BCE21FE13}" - ProjectSection(SolutionItems) = preProject - SharedAssemblyInfo.cs = SharedAssemblyInfo.cs - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{39769B8A-A541-429F-B879-000698D23BF0}" - ProjectSection(SolutionItems) = preProject - .nuget\NuGet.Config = .nuget\NuGet.Config - .nuget\NuGet.exe = .nuget\NuGet.exe - .nuget\NuGet.targets = .nuget\NuGet.targets - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|x86.ActiveCfg = Debug|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Any CPU.Build.0 = Release|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|x86.ActiveCfg = Release|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|x86.ActiveCfg = Debug|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Any CPU.Build.0 = Release|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|x86.ActiveCfg = Release|Any CPU - {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Any CPU.ActiveCfg = Debug|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|x86.ActiveCfg = Debug|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|x86.Build.0 = Debug|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Any CPU.ActiveCfg = Release|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Mixed Platforms.Build.0 = Release|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|x86.ActiveCfg = Release|x86 - {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|x86.Build.0 = Release|x86 - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|x86.ActiveCfg = Debug|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Any CPU.Build.0 = Release|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|x86.ActiveCfg = Release|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Any CPU.Build.0 = Debug|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|x86.ActiveCfg = Debug|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Any CPU.ActiveCfg = Release|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Any CPU.Build.0 = Release|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|x86.ActiveCfg = Release|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|x86.ActiveCfg = Debug|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Any CPU.Build.0 = Release|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|x86.ActiveCfg = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSpecs", "SampleSpecs\SampleSpecs.csproj", "{DCE738AF-2C14-4279-96FB-16930BD1F459}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpec", "NSpec\NSpec.csproj", "{36862628-1F0C-4EA5-8963-C79BAF958DC1}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpecRunner", "NSpecRunner\NSpecRunner.csproj", "{24F513D3-3D65-42B9-893A-0D3196E45043}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpecSpecs", "NSpecSpecs\NSpecSpecs.csproj", "{DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NSpec.GallioAdapter", "NSpec.GallioAdapter\NSpec.GallioAdapter.csproj", "{25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDNETRunner", "TDNETRunner\TDNETRunner.csproj", "{CF6C7612-7CBD-4259-AC3D-045C310BC37E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13126E01-6530-4761-909F-5A8BCE21FE13}" + ProjectSection(SolutionItems) = preProject + SharedAssemblyInfo.cs = SharedAssemblyInfo.cs + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{39769B8A-A541-429F-B879-000698D23BF0}" + ProjectSection(SolutionItems) = preProject + .nuget\NuGet.Config = .nuget\NuGet.Config + .nuget\NuGet.exe = .nuget\NuGet.exe + .nuget\NuGet.targets = .nuget\NuGet.targets + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSpecsFocus", "SampleSpecsFocus\SampleSpecsFocus.csproj", "{17D2A12B-FCB1-4528-BA18-80FCE760249B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|x86.ActiveCfg = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Debug|x86.Build.0 = Debug|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|Any CPU.Build.0 = Release|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|x86.ActiveCfg = Release|Any CPU + {17D2A12B-FCB1-4528-BA18-80FCE760249B}.Release|x86.Build.0 = Release|Any CPU + {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Any CPU.ActiveCfg = Debug|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|x86.ActiveCfg = Debug|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Debug|x86.Build.0 = Debug|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Any CPU.ActiveCfg = Release|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|Mixed Platforms.Build.0 = Release|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|x86.ActiveCfg = Release|x86 + {24F513D3-3D65-42B9-893A-0D3196E45043}.Release|x86.Build.0 = Release|x86 + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Any CPU.Build.0 = Debug|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Debug|x86.ActiveCfg = Debug|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Any CPU.ActiveCfg = Release|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Any CPU.Build.0 = Release|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {25B0B581-D3DD-4FE8-B7E9-DA6F86622E17}.Release|x86.ActiveCfg = Release|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Debug|x86.ActiveCfg = Debug|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Any CPU.Build.0 = Release|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {36862628-1F0C-4EA5-8963-C79BAF958DC1}.Release|x86.ActiveCfg = Release|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Debug|x86.ActiveCfg = Debug|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Any CPU.Build.0 = Release|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {CF6C7612-7CBD-4259-AC3D-045C310BC37E}.Release|x86.ActiveCfg = Release|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Debug|x86.ActiveCfg = Debug|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Any CPU.Build.0 = Release|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86}.Release|x86.ActiveCfg = Release|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Debug|x86.ActiveCfg = Debug|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Any CPU.Build.0 = Release|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {DCE738AF-2C14-4279-96FB-16930BD1F459}.Release|x86.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/NSpec2012.userprefs b/NSpec2012.userprefs new file mode 100644 index 00000000..330f5298 --- /dev/null +++ b/NSpec2012.userprefs @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/NSpecRunner/NSpecRunner.csproj b/NSpecRunner/NSpecRunner.csproj index b0df6eee..1fba9638 100644 --- a/NSpecRunner/NSpecRunner.csproj +++ b/NSpecRunner/NSpecRunner.csproj @@ -3,8 +3,6 @@ Debug x86 - 8.0.30703 - 2.0 {24F513D3-3D65-42B9-893A-0D3196E45043} Exe Properties diff --git a/NSpecSpecs/NSpecSpecs.csproj b/NSpecSpecs/NSpecSpecs.csproj index d980e1a8..0e081d16 100644 --- a/NSpecSpecs/NSpecSpecs.csproj +++ b/NSpecSpecs/NSpecSpecs.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {DC55CE3B-BB8C-42BB-A363-D3F1ED825A86} Library Properties @@ -36,37 +34,31 @@ false - + + + + + + + + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll - True - + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll - True - + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll - True - + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll - True - + ..\packages\NUnit.2.6.4\lib\nunit.framework.dll - True - + ..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll - True - - - - - - - diff --git a/NUnit.Runners.2.6.4/license.txt b/NUnit.Runners.2.6.4/license.txt new file mode 100644 index 00000000..3b2ad740 --- /dev/null +++ b/NUnit.Runners.2.6.4/license.txt @@ -0,0 +1,15 @@ +Copyright © 2002-2014 Charlie Poole +Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov +Copyright © 2000-2002 Philip A. Craig + +This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required. + +Portions Copyright © 2002-2014 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig + +2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source distribution. diff --git a/NUnit.Runners.2.6.4/tools/agent.conf b/NUnit.Runners.2.6.4/tools/agent.conf new file mode 100644 index 00000000..b4cf5509 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/agent.conf @@ -0,0 +1,4 @@ + + 8080 + . + \ No newline at end of file diff --git a/NUnit.Runners.2.6.4/tools/agent.log.conf b/NUnit.Runners.2.6.4/tools/agent.log.conf new file mode 100644 index 00000000..6a9ced8b --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/agent.log.conf @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/launcher.log.conf b/NUnit.Runners.2.6.4/tools/launcher.log.conf new file mode 100644 index 00000000..6a9ced8b --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/launcher.log.conf @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Failure.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Failure.jpg new file mode 100644 index 00000000..c245548b Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Failure.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Ignored.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Ignored.jpg new file mode 100644 index 00000000..0549b705 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Ignored.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Inconclusive.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Inconclusive.jpg new file mode 100644 index 00000000..8d36153c Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Inconclusive.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Skipped.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Skipped.jpg new file mode 100644 index 00000000..3d84255c Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Skipped.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Success.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Success.jpg new file mode 100644 index 00000000..15ec1b7f Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Circles/Success.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Failure.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Failure.jpg new file mode 100644 index 00000000..658905fd Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Failure.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Ignored.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Ignored.jpg new file mode 100644 index 00000000..95b7fdbd Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Ignored.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Inconclusive.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Inconclusive.jpg new file mode 100644 index 00000000..32a0ff72 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Inconclusive.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Skipped.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Skipped.jpg new file mode 100644 index 00000000..3d84255c Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Skipped.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Success.jpg b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Success.jpg new file mode 100644 index 00000000..3d8e7609 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Classic/Success.jpg differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Failure.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Failure.png new file mode 100644 index 00000000..2e400b27 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Failure.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Ignored.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Ignored.png new file mode 100644 index 00000000..05715cbb Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Ignored.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Inconclusive.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Inconclusive.png new file mode 100644 index 00000000..4807b7ce Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Inconclusive.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Skipped.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Skipped.png new file mode 100644 index 00000000..7c9fc64e Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Skipped.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Success.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Success.png new file mode 100644 index 00000000..2a301508 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Default/Success.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Failure.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Failure.png new file mode 100644 index 00000000..ba03e848 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Failure.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Ignored.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Ignored.png new file mode 100644 index 00000000..9271d6e7 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Ignored.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Inconclusive.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Inconclusive.png new file mode 100644 index 00000000..76219b5c Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Inconclusive.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/SeriousWarning.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/SeriousWarning.png new file mode 100644 index 00000000..6a578cca Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/SeriousWarning.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Skipped.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Skipped.png new file mode 100644 index 00000000..7c9fc64e Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Skipped.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Success.png b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Success.png new file mode 100644 index 00000000..346fe8f9 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/Images/Tree/Visual Studio/Success.png differ diff --git a/NUnit.Runners.2.6.4/tools/lib/log4net.dll b/NUnit.Runners.2.6.4/tools/lib/log4net.dll new file mode 100644 index 00000000..20a2e1c4 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/log4net.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit-console-runner.dll b/NUnit.Runners.2.6.4/tools/lib/nunit-console-runner.dll new file mode 100644 index 00000000..f6bdf7ed Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit-console-runner.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit-gui-runner.dll b/NUnit.Runners.2.6.4/tools/lib/nunit-gui-runner.dll new file mode 100644 index 00000000..be2f39a0 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit-gui-runner.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit.core.dll b/NUnit.Runners.2.6.4/tools/lib/nunit.core.dll new file mode 100644 index 00000000..0156d2d7 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit.core.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit.core.interfaces.dll b/NUnit.Runners.2.6.4/tools/lib/nunit.core.interfaces.dll new file mode 100644 index 00000000..32d9b1fd Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit.core.interfaces.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit.uiexception.dll b/NUnit.Runners.2.6.4/tools/lib/nunit.uiexception.dll new file mode 100644 index 00000000..2a926b26 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit.uiexception.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit.uikit.dll b/NUnit.Runners.2.6.4/tools/lib/nunit.uikit.dll new file mode 100644 index 00000000..f0e9ae22 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit.uikit.dll differ diff --git a/NUnit.Runners.2.6.4/tools/lib/nunit.util.dll b/NUnit.Runners.2.6.4/tools/lib/nunit.util.dll new file mode 100644 index 00000000..c7e02947 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/lib/nunit.util.dll differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe b/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe new file mode 100644 index 00000000..39c908f4 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe.config b/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe.config new file mode 100644 index 00000000..43adb3b8 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit-agent-x86.exe.config @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NUnit.Runners.2.6.4/tools/nunit-agent.exe b/NUnit.Runners.2.6.4/tools/nunit-agent.exe new file mode 100644 index 00000000..98718bae Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-agent.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-agent.exe.config b/NUnit.Runners.2.6.4/tools/nunit-agent.exe.config new file mode 100644 index 00000000..43adb3b8 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit-agent.exe.config @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe b/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe new file mode 100644 index 00000000..8f5eb924 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe.config b/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe.config new file mode 100644 index 00000000..c873deb4 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit-console-x86.exe.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/nunit-console.exe b/NUnit.Runners.2.6.4/tools/nunit-console.exe new file mode 100644 index 00000000..e24be6ab Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-console.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-console.exe.config b/NUnit.Runners.2.6.4/tools/nunit-console.exe.config new file mode 100644 index 00000000..c873deb4 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit-console.exe.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/nunit-editor.exe b/NUnit.Runners.2.6.4/tools/nunit-editor.exe new file mode 100644 index 00000000..b8b4c6f8 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-editor.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-x86.exe b/NUnit.Runners.2.6.4/tools/nunit-x86.exe new file mode 100644 index 00000000..90a7c76a Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit-x86.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit-x86.exe.config b/NUnit.Runners.2.6.4/tools/nunit-x86.exe.config new file mode 100644 index 00000000..7009cac8 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit-x86.exe.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/nunit.exe b/NUnit.Runners.2.6.4/tools/nunit.exe new file mode 100644 index 00000000..9f240868 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit.exe differ diff --git a/NUnit.Runners.2.6.4/tools/nunit.exe.config b/NUnit.Runners.2.6.4/tools/nunit.exe.config new file mode 100644 index 00000000..7009cac8 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/nunit.exe.config @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + diff --git a/NUnit.Runners.2.6.4/tools/nunit.framework.dll b/NUnit.Runners.2.6.4/tools/nunit.framework.dll new file mode 100644 index 00000000..ed6550bb Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/nunit.framework.dll differ diff --git a/NUnit.Runners.2.6.4/tools/pnunit-agent.exe b/NUnit.Runners.2.6.4/tools/pnunit-agent.exe new file mode 100644 index 00000000..d90c62fb Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/pnunit-agent.exe differ diff --git a/NUnit.Runners.2.6.4/tools/pnunit-agent.exe.config b/NUnit.Runners.2.6.4/tools/pnunit-agent.exe.config new file mode 100644 index 00000000..2da8776d --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/pnunit-agent.exe.config @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe b/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe new file mode 100644 index 00000000..626d3359 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe differ diff --git a/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe.config b/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe.config new file mode 100644 index 00000000..2da8776d --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/pnunit-launcher.exe.config @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/NUnit.Runners.2.6.4/tools/pnunit.framework.dll b/NUnit.Runners.2.6.4/tools/pnunit.framework.dll new file mode 100644 index 00000000..1fca3682 Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/pnunit.framework.dll differ diff --git a/NUnit.Runners.2.6.4/tools/pnunit.tests.dll b/NUnit.Runners.2.6.4/tools/pnunit.tests.dll new file mode 100644 index 00000000..dc9496bb Binary files /dev/null and b/NUnit.Runners.2.6.4/tools/pnunit.tests.dll differ diff --git a/NUnit.Runners.2.6.4/tools/runpnunit.bat b/NUnit.Runners.2.6.4/tools/runpnunit.bat new file mode 100644 index 00000000..f41cb5a6 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/runpnunit.bat @@ -0,0 +1,3 @@ +start pnunit-agent 8080 . +start pnunit-agent 8081 . +pnunit-launcher test.conf diff --git a/NUnit.Runners.2.6.4/tools/test.conf b/NUnit.Runners.2.6.4/tools/test.conf new file mode 100644 index 00000000..63cc7bd4 --- /dev/null +++ b/NUnit.Runners.2.6.4/tools/test.conf @@ -0,0 +1,82 @@ + + + + + + + + + + + Testing + + + Testing + pnunit.tests.dll + TestLibraries.Testing.EqualTo19 + $agent_host:8080 + + + + + + + Parallel_Tests + + + ParallelTest_A_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_A + $agent_host:8080 + + + 2 + + + + ParallelTest_B_Test + pnunit.tests.dll + TestLibraries.ParallelExample.ParallelTest_B + $agent_host:8080 + + 1 + + + + + + + + + Parallel_Barriers + + + Parallel_Barriers_TestA + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersA + $agent_host:8080 + + + + START_BARRIER + WAIT_BARRIER + + + + Parallel_Barriers_TestB + pnunit.tests.dll + TestLibraries.ParallelExampleWithBarriers.ParallelTestWithBarriersB + $agent_host:8081 + + + + START_BARRIER + WAIT_BARRIER + + + + + + + + \ No newline at end of file diff --git a/SampleSpecs/SampleSpecs.csproj b/SampleSpecs/SampleSpecs.csproj index c0b1e292..e5a4e45c 100644 --- a/SampleSpecs/SampleSpecs.csproj +++ b/SampleSpecs/SampleSpecs.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {DCE738AF-2C14-4279-96FB-16930BD1F459} Library Properties @@ -37,13 +35,13 @@ - + diff --git a/SampleSpecsFocus/SampleSpecsFocus.csproj b/SampleSpecsFocus/SampleSpecsFocus.csproj index dfa7fd64..a576ee24 100644 --- a/SampleSpecsFocus/SampleSpecsFocus.csproj +++ b/SampleSpecsFocus/SampleSpecsFocus.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {17D2A12B-FCB1-4528-BA18-80FCE760249B} Library Properties diff --git a/TDNETRunner/TDNETRunner.csproj b/TDNETRunner/TDNETRunner.csproj index 9a243bbf..a1e413c6 100644 --- a/TDNETRunner/TDNETRunner.csproj +++ b/TDNETRunner/TDNETRunner.csproj @@ -3,8 +3,6 @@ Debug AnyCPU - 8.0.30703 - 2.0 {CF6C7612-7CBD-4259-AC3D-045C310BC37E} Library Properties diff --git a/build.sh b/build.sh new file mode 100644 index 00000000..35ec4186 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +xbuild NSpec2012.sln +mono NUnit.Runners.2.6.4/tools/nunit-console.exe NSpecSpecs/bin/Debug/NSpecSpecs.dll