pre_push 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +21 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +5 -0
- data/bin/pre-push +15 -0
- data/bin/prepush +19 -0
- data/lib/pre_push/version.rb +3 -0
- data/lib/pre_push.rb +53 -0
- data/lib/prepush_validator.rb +23 -0
- data/lib/runners/mspec/CommandLine.dll +0 -0
- data/lib/runners/mspec/CommandLine.xml +504 -0
- data/lib/runners/mspec/InstallDotCoverRunner.2.0.bat +7 -0
- data/lib/runners/mspec/InstallDotCoverRunner.2.1.bat +7 -0
- data/lib/runners/mspec/InstallDotCoverRunner.2.2.bat +7 -0
- data/lib/runners/mspec/InstallResharperRunner.6.1.bat +10 -0
- data/lib/runners/mspec/InstallResharperRunner.7.0.bat +10 -0
- data/lib/runners/mspec/InstallResharperRunner.7.1.bat +10 -0
- data/lib/runners/mspec/InstallTDNetRunner.bat +16 -0
- data/lib/runners/mspec/InstallTDNetRunnerSilent.bat +16 -0
- data/lib/runners/mspec/JetBrains.dotCover.Resources.dll +0 -0
- data/lib/runners/mspec/License.txt +54 -0
- data/lib/runners/mspec/Machine.Specifications.Clr4.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.GallioAdapter.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.GallioAdapter.plugin +43 -0
- data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.0.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.0.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.ReSharperRunner.7.1.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.Reporting.Templates.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.Reporting.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.SeleniumSupport.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.TDNetRunner.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.WatinSupport.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.WebDriverSupport.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.dll.tdnet +5 -0
- data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.0.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.1.dll +0 -0
- data/lib/runners/mspec/Machine.Specifications.dotCoverRunner.2.2.dll +0 -0
- data/lib/runners/mspec/Spark.dll +0 -0
- data/lib/runners/mspec/TestDriven.Framework.dll +0 -0
- data/lib/runners/mspec/install.ps1 +6 -0
- data/lib/runners/mspec/mspec-clr4.exe +0 -0
- data/lib/runners/mspec/mspec-clr4.exe.config +9 -0
- data/lib/runners/mspec/mspec-x86-clr4.exe +0 -0
- data/lib/runners/mspec/mspec-x86-clr4.exe.config +9 -0
- data/lib/runners/mspec/mspec-x86.exe +0 -0
- data/lib/runners/mspec/mspec.exe +0 -0
- data/lib/runners/nunit262/framework/nunit.framework.dll +0 -0
- data/lib/runners/nunit262/framework/nunit.framework.xml +10899 -0
- data/lib/runners/nunit262/framework/nunit.mocks.dll +0 -0
- data/lib/runners/nunit262/lib/NSubstitute.dll +0 -0
- data/lib/runners/nunit262/lib/nunit-console-runner.dll +0 -0
- data/lib/runners/nunit262/lib/nunit-gui-runner.dll +0 -0
- data/lib/runners/nunit262/lib/nunit.core.dll +0 -0
- data/lib/runners/nunit262/lib/nunit.core.interfaces.dll +0 -0
- data/lib/runners/nunit262/lib/nunit.uiexception.dll +0 -0
- data/lib/runners/nunit262/lib/nunit.uikit.dll +0 -0
- data/lib/runners/nunit262/lib/nunit.util.dll +0 -0
- data/lib/runners/nunit262/nunit-agent.exe +0 -0
- data/lib/runners/nunit262/nunit-agent.exe.config +37 -0
- data/lib/runners/nunit262/nunit-console.exe +0 -0
- data/lib/runners/nunit262/nunit-console.exe.config +24 -0
- data/lib/runners/nunit262/nunit-editor.exe +0 -0
- data/lib/runners/nunit262/nunit.exe +0 -0
- data/lib/runners/nunit262/nunit.exe.config +23 -0
- data/lib/runners/nunit262/nunit.framework.dll +0 -0
- data/lib/runners/xunit191/xunit.console.exe +0 -0
- data/lib/runners/xunit191/xunit.console.exe.config +21 -0
- data/lib/runners/xunit191/xunit.dll +0 -0
- data/lib/runners/xunit191/xunit.dll.tdnet +5 -0
- data/lib/runners/xunit191/xunit.extensions.dll +0 -0
- data/lib/runners/xunit191/xunit.runner.msbuild.dll +0 -0
- data/lib/runners/xunit191/xunit.runner.tdnet.dll +0 -0
- data/lib/runners/xunit191/xunit.runner.utility.dll +0 -0
- data/lib/runners/xunit191/xunit.runner.utility.xml +1212 -0
- data/lib/runners/xunit191/xunit.xml +2611 -0
- data/lib/spec_helper.rb +4 -0
- data/pre_push.gemspec +23 -0
- data/spec/TestProj/TestProj/AllTests.cs +31 -0
- data/spec/TestProj/TestProj/Properties/AssemblyInfo.cs +36 -0
- data/spec/TestProj/TestProj/TestProj.csproj +71 -0
- data/spec/TestProj/TestProj/TestProj.csproj.user +6 -0
- data/spec/TestProj/TestProj/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache +0 -0
- data/spec/TestProj/TestProj/packages.config +6 -0
- data/spec/TestProj/TestProj.5.1.ReSharper.user +59 -0
- data/spec/TestProj/TestProj.sln +20 -0
- data/spec/TestProj/TestProj.suo +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/Machine.Specifications.0.5.12.nupkg +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll.tdnet +5 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.Clr4.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll.tdnet +5 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/CommandLine.xml +504 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.0.bat +7 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.1.bat +7 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallDotCoverRunner.2.2.bat +7 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.6.1.bat +10 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.0.bat +10 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallResharperRunner.7.1.bat +10 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunner.bat +16 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/InstallTDNetRunnerSilent.bat +16 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/JetBrains.dotCover.Resources.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/License.txt +54 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Clr4.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.GallioAdapter.plugin +43 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.6.1.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.0.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.ReSharperRunner.7.1.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.Templates.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.Reporting.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.SeleniumSupport.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.TDNetRunner.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WatinSupport.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.WebDriverSupport.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dll.tdnet +5 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.0.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.1.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Machine.Specifications.dotCoverRunner.2.2.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/Spark.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/TestDriven.Framework.dll +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/install.ps1 +6 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-clr4.exe.config +9 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86-clr4.exe.config +9 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec-x86.exe +0 -0
- data/spec/TestProj/packages/Machine.Specifications.0.5.12/tools/mspec.exe +0 -0
- data/spec/TestProj/packages/NUnit.2.6.2/NUnit.2.6.2.nupkg +0 -0
- data/spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.dll +0 -0
- data/spec/TestProj/packages/NUnit.2.6.2/lib/nunit.framework.xml +10899 -0
- data/spec/TestProj/packages/NUnit.2.6.2/license.txt +15 -0
- data/spec/TestProj/packages/repositories.config +4 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll +0 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.dll.tdnet +5 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.msbuild.dll +0 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.tdnet.dll +0 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.runner.utility.dll +0 -0
- data/spec/TestProj/packages/xunit.1.9.1/lib/net20/xunit.xml +2611 -0
- data/spec/TestProj/packages/xunit.1.9.1/xunit.1.9.1.nupkg +0 -0
- data/spec/mspec_integration_spec.rb +13 -0
- data/spec/nunit_integration_spec.rb +14 -0
- data/spec/pre_push_spec.rb +36 -0
- metadata +290 -0
data/lib/spec_helper.rb
ADDED
data/pre_push.gemspec
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
+
require 'pre_push/version'
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |spec|
|
|
7
|
+
spec.name = "pre_push"
|
|
8
|
+
spec.version = PrePush::VERSION
|
|
9
|
+
spec.authors = ["nieve"]
|
|
10
|
+
spec.email = ["nievegoor@gmail.com"]
|
|
11
|
+
spec.description = %q{adding a pre-push hook for git to compile & run tests}
|
|
12
|
+
spec.summary = %q{adding a pre-push hook for git to compile & run tests}
|
|
13
|
+
spec.homepage = ""
|
|
14
|
+
spec.license = "MIT"
|
|
15
|
+
|
|
16
|
+
spec.files = `git ls-files`.split($/)
|
|
17
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
+
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
+
spec.require_paths = ["lib"]
|
|
20
|
+
|
|
21
|
+
spec.add_development_dependency "bundler", "~> 1.3"
|
|
22
|
+
spec.add_development_dependency "rake"
|
|
23
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
using Machine.Specifications;
|
|
2
|
+
using NUnit.Framework;
|
|
3
|
+
using Xunit;
|
|
4
|
+
using Assert = Xunit.Assert;
|
|
5
|
+
|
|
6
|
+
namespace TestProj
|
|
7
|
+
{
|
|
8
|
+
[TestFixture]
|
|
9
|
+
public class NunitTests
|
|
10
|
+
{
|
|
11
|
+
[Test]
|
|
12
|
+
public void OneEqualsOne()
|
|
13
|
+
{
|
|
14
|
+
NUnit.Framework.Assert.AreEqual(1, 1);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
public class XUnitTests
|
|
19
|
+
{
|
|
20
|
+
[Fact]
|
|
21
|
+
public void OneEqualsOne()
|
|
22
|
+
{
|
|
23
|
+
Assert.Equal(1,1);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
public class MspecTests
|
|
28
|
+
{
|
|
29
|
+
public It should_equal_one = () => 1.ShouldEqual(1);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
using System.Reflection;
|
|
2
|
+
using System.Runtime.CompilerServices;
|
|
3
|
+
using System.Runtime.InteropServices;
|
|
4
|
+
|
|
5
|
+
// General Information about an assembly is controlled through the following
|
|
6
|
+
// set of attributes. Change these attribute values to modify the information
|
|
7
|
+
// associated with an assembly.
|
|
8
|
+
[assembly: AssemblyTitle("TestProj")]
|
|
9
|
+
[assembly: AssemblyDescription("")]
|
|
10
|
+
[assembly: AssemblyConfiguration("")]
|
|
11
|
+
[assembly: AssemblyCompany("")]
|
|
12
|
+
[assembly: AssemblyProduct("TestProj")]
|
|
13
|
+
[assembly: AssemblyCopyright("Copyright © 2013")]
|
|
14
|
+
[assembly: AssemblyTrademark("")]
|
|
15
|
+
[assembly: AssemblyCulture("")]
|
|
16
|
+
|
|
17
|
+
// Setting ComVisible to false makes the types in this assembly not visible
|
|
18
|
+
// to COM components. If you need to access a type in this assembly from
|
|
19
|
+
// COM, set the ComVisible attribute to true on that type.
|
|
20
|
+
[assembly: ComVisible(false)]
|
|
21
|
+
|
|
22
|
+
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
23
|
+
[assembly: Guid("14678652-2efc-449c-b565-d3908cd12c11")]
|
|
24
|
+
|
|
25
|
+
// Version information for an assembly consists of the following four values:
|
|
26
|
+
//
|
|
27
|
+
// Major Version
|
|
28
|
+
// Minor Version
|
|
29
|
+
// Build Number
|
|
30
|
+
// Revision
|
|
31
|
+
//
|
|
32
|
+
// You can specify all the values or you can default the Build and Revision Numbers
|
|
33
|
+
// by using the '*' as shown below:
|
|
34
|
+
// [assembly: AssemblyVersion("1.0.*")]
|
|
35
|
+
[assembly: AssemblyVersion("1.0.0.0")]
|
|
36
|
+
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
5
|
+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
6
|
+
<ProductVersion>8.0.30703</ProductVersion>
|
|
7
|
+
<SchemaVersion>2.0</SchemaVersion>
|
|
8
|
+
<ProjectGuid>{D29E34F2-D326-48EB-9354-D6882867A7A3}</ProjectGuid>
|
|
9
|
+
<OutputType>Library</OutputType>
|
|
10
|
+
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
11
|
+
<RootNamespace>TestProj</RootNamespace>
|
|
12
|
+
<AssemblyName>TestProj</AssemblyName>
|
|
13
|
+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
14
|
+
<FileAlignment>512</FileAlignment>
|
|
15
|
+
</PropertyGroup>
|
|
16
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
17
|
+
<DebugSymbols>true</DebugSymbols>
|
|
18
|
+
<DebugType>full</DebugType>
|
|
19
|
+
<Optimize>false</Optimize>
|
|
20
|
+
<OutputPath>bin\Debug\</OutputPath>
|
|
21
|
+
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
22
|
+
<ErrorReport>prompt</ErrorReport>
|
|
23
|
+
<WarningLevel>4</WarningLevel>
|
|
24
|
+
</PropertyGroup>
|
|
25
|
+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
26
|
+
<DebugType>pdbonly</DebugType>
|
|
27
|
+
<Optimize>true</Optimize>
|
|
28
|
+
<OutputPath>bin\Release\</OutputPath>
|
|
29
|
+
<DefineConstants>TRACE</DefineConstants>
|
|
30
|
+
<ErrorReport>prompt</ErrorReport>
|
|
31
|
+
<WarningLevel>4</WarningLevel>
|
|
32
|
+
</PropertyGroup>
|
|
33
|
+
<ItemGroup>
|
|
34
|
+
<Reference Include="Machine.Specifications, Version=0.5.12.0, Culture=neutral, processorArchitecture=MSIL">
|
|
35
|
+
<SpecificVersion>False</SpecificVersion>
|
|
36
|
+
<HintPath>..\packages\Machine.Specifications.0.5.12\lib\net40\Machine.Specifications.dll</HintPath>
|
|
37
|
+
</Reference>
|
|
38
|
+
<Reference Include="Machine.Specifications.Clr4, Version=0.5.12.0, Culture=neutral, processorArchitecture=MSIL">
|
|
39
|
+
<SpecificVersion>False</SpecificVersion>
|
|
40
|
+
<HintPath>..\packages\Machine.Specifications.0.5.12\lib\net40\Machine.Specifications.Clr4.dll</HintPath>
|
|
41
|
+
</Reference>
|
|
42
|
+
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
|
|
43
|
+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
|
|
44
|
+
</Reference>
|
|
45
|
+
<Reference Include="System" />
|
|
46
|
+
<Reference Include="System.Core" />
|
|
47
|
+
<Reference Include="System.Xml.Linq" />
|
|
48
|
+
<Reference Include="System.Data.DataSetExtensions" />
|
|
49
|
+
<Reference Include="Microsoft.CSharp" />
|
|
50
|
+
<Reference Include="System.Data" />
|
|
51
|
+
<Reference Include="System.Xml" />
|
|
52
|
+
<Reference Include="xunit, Version=1.9.1.1600, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
|
|
53
|
+
<HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
|
|
54
|
+
</Reference>
|
|
55
|
+
</ItemGroup>
|
|
56
|
+
<ItemGroup>
|
|
57
|
+
<Compile Include="AllTests.cs" />
|
|
58
|
+
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
59
|
+
</ItemGroup>
|
|
60
|
+
<ItemGroup>
|
|
61
|
+
<None Include="packages.config" />
|
|
62
|
+
</ItemGroup>
|
|
63
|
+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
64
|
+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
65
|
+
Other similar extension points exist, see Microsoft.Common.targets.
|
|
66
|
+
<Target Name="BeforeBuild">
|
|
67
|
+
</Target>
|
|
68
|
+
<Target Name="AfterBuild">
|
|
69
|
+
</Target>
|
|
70
|
+
-->
|
|
71
|
+
</Project>
|
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<packages>
|
|
3
|
+
<package id="Machine.Specifications" version="0.5.12" targetFramework="net40" />
|
|
4
|
+
<package id="NUnit" version="2.6.2" targetFramework="net40" />
|
|
5
|
+
<package id="xunit" version="1.9.1" targetFramework="net40" />
|
|
6
|
+
</packages>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<Configuration>
|
|
2
|
+
<SettingsComponent>
|
|
3
|
+
<string />
|
|
4
|
+
<integer />
|
|
5
|
+
<boolean>
|
|
6
|
+
<setting name="SolutionAnalysisEnabled">False</setting>
|
|
7
|
+
</boolean>
|
|
8
|
+
</SettingsComponent>
|
|
9
|
+
<CompletionStatisticsManager>
|
|
10
|
+
<ItemStatistics item="Default">
|
|
11
|
+
<Item value="TestFixture" priority="0" />
|
|
12
|
+
<Item value="public" priority="3" />
|
|
13
|
+
<Item value="class" priority="1" />
|
|
14
|
+
<Item value="Xunit" priority="0" />
|
|
15
|
+
<Item value="void" priority="0" />
|
|
16
|
+
<Item value="Fact" priority="0" />
|
|
17
|
+
<Item value="Assert" priority="0" />
|
|
18
|
+
<Item value="Test" priority="0" />
|
|
19
|
+
<Item value="NUnit" priority="0" />
|
|
20
|
+
<Item value="Framework" priority="0" />
|
|
21
|
+
<Item value="It" priority="0" />
|
|
22
|
+
<Item value="CreateLambda" priority="0" />
|
|
23
|
+
</ItemStatistics>
|
|
24
|
+
<ItemStatistics item="Qualified:@Xunit.Assert">
|
|
25
|
+
<Item value="Equal`1" priority="0" />
|
|
26
|
+
</ItemStatistics>
|
|
27
|
+
<ItemStatistics item="Qualified:@NUnit.Framework.Assert">
|
|
28
|
+
<Item value="Equals`0" priority="0" />
|
|
29
|
+
<Item value="AreEqual`0" priority="0" />
|
|
30
|
+
</ItemStatistics>
|
|
31
|
+
<ItemStatistics item="Qualified:System.Int32">
|
|
32
|
+
<Item value="ShouldEqual`1" priority="0" />
|
|
33
|
+
</ItemStatistics>
|
|
34
|
+
</CompletionStatisticsManager>
|
|
35
|
+
<RecentFiles>
|
|
36
|
+
<RecentFiles>
|
|
37
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/d:Properties/f:AssemblyInfo.cs" caret="1000" fromTop="23" />
|
|
38
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="229" fromTop="11" />
|
|
39
|
+
</RecentFiles>
|
|
40
|
+
<RecentEdits>
|
|
41
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="425" fromTop="17" />
|
|
42
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="303" fromTop="16" />
|
|
43
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="559" fromTop="26" />
|
|
44
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="177" fromTop="7" />
|
|
45
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="287" fromTop="11" />
|
|
46
|
+
<File id="D29E34F2-D326-48EB-9354-D6882867A7A3/f:AllTests.cs" caret="0" fromTop="0" />
|
|
47
|
+
</RecentEdits>
|
|
48
|
+
</RecentFiles>
|
|
49
|
+
<NAntValidationSettings>
|
|
50
|
+
<NAntPath value="" />
|
|
51
|
+
</NAntValidationSettings>
|
|
52
|
+
<UnitTestRunner>
|
|
53
|
+
<Providers />
|
|
54
|
+
</UnitTestRunner>
|
|
55
|
+
<UnitTestRunnerNUnit>
|
|
56
|
+
<NUnitInstallDir>C:\Program Files (x86)\NUnit 2.6.2\bin\net-2.0\</NUnitInstallDir>
|
|
57
|
+
<UseAddins>Never</UseAddins>
|
|
58
|
+
</UnitTestRunnerNUnit>
|
|
59
|
+
</Configuration>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
3
|
+
# Visual Studio 2010
|
|
4
|
+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProj", "TestProj\TestProj.csproj", "{D29E34F2-D326-48EB-9354-D6882867A7A3}"
|
|
5
|
+
EndProject
|
|
6
|
+
Global
|
|
7
|
+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
8
|
+
Debug|Any CPU = Debug|Any CPU
|
|
9
|
+
Release|Any CPU = Release|Any CPU
|
|
10
|
+
EndGlobalSection
|
|
11
|
+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
12
|
+
{D29E34F2-D326-48EB-9354-D6882867A7A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
13
|
+
{D29E34F2-D326-48EB-9354-D6882867A7A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
14
|
+
{D29E34F2-D326-48EB-9354-D6882867A7A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
15
|
+
{D29E34F2-D326-48EB-9354-D6882867A7A3}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
16
|
+
EndGlobalSection
|
|
17
|
+
GlobalSection(SolutionProperties) = preSolution
|
|
18
|
+
HideSolutionNode = FALSE
|
|
19
|
+
EndGlobalSection
|
|
20
|
+
EndGlobal
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net20/Machine.Specifications.dll
ADDED
|
Binary file
|
data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.Clr4.dll
ADDED
|
Binary file
|
|
Binary file
|
data/spec/TestProj/packages/Machine.Specifications.0.5.12/lib/net40/Machine.Specifications.dll
ADDED
|
Binary file
|