From 91135c2b2ae2d65214347aa342dfdacc2af2e8bc Mon Sep 17 00:00:00 2001 From: MoonStorm Date: Wed, 11 Apr 2018 00:09:18 -0600 Subject: [PATCH] NUnit VS tests adapter added --- Dapper.FastCrud.Benchmarks/Benchmarks.feature.cs | 15 +++++++-------- .../Dapper.FastCrud.Benchmarks.csproj | 7 +++++-- .../Dapper.FastCrud.ModelGenerator.csproj | 2 +- Dapper.FastCrud.Tests/Crud.feature.cs | 6 +++--- .../Dapper.FastCrud.Tests.csproj | 9 ++++++--- Dapper.FastCrud.Tests/Relationships.feature.cs | 6 +++--- Dapper.FastCrud.Tests/SqlBuilder.feature.cs | 6 +++--- Dapper.FastCrud/Dapper.FastCrud.csproj | 2 +- 8 files changed, 29 insertions(+), 24 deletions(-) diff --git a/Dapper.FastCrud.Benchmarks/Benchmarks.feature.cs b/Dapper.FastCrud.Benchmarks/Benchmarks.feature.cs index 052ad4b..d3bfb8d 100644 --- a/Dapper.FastCrud.Benchmarks/Benchmarks.feature.cs +++ b/Dapper.FastCrud.Benchmarks/Benchmarks.feature.cs @@ -1,9 +1,8 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:1.9.0.77 -// SpecFlow Generator Version:1.9.0.0 -// Runtime Version:4.0.30319.42000 +// SpecFlow Version:2.3.0.0 +// SpecFlow Generator Version:2.3.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -16,27 +15,27 @@ namespace Dapper.FastCrud.Benchmarks using TechTalk.SpecFlow; - [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "1.9.0.77")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("Queries")] public partial class QueriesFeature { - private static TechTalk.SpecFlow.ITestRunner testRunner; + private TechTalk.SpecFlow.ITestRunner testRunner; #line 1 "Benchmarks.feature" #line hidden - [NUnit.Framework.TestFixtureSetUpAttribute()] + [NUnit.Framework.OneTimeSetUpAttribute()] public virtual void FeatureSetup() { testRunner = TechTalk.SpecFlow.TestRunnerManager.GetTestRunner(); - TechTalk.SpecFlow.FeatureInfo featureInfo = new TechTalk.SpecFlow.FeatureInfo(new System.Globalization.CultureInfo("en-US"), "Queries", "", ProgrammingLanguage.CSharp, ((string[])(null))); + TechTalk.SpecFlow.FeatureInfo featureInfo = new TechTalk.SpecFlow.FeatureInfo(new System.Globalization.CultureInfo("en-US"), "Queries", null, ProgrammingLanguage.CSharp, ((string[])(null))); testRunner.OnFeatureStart(featureInfo); } - [NUnit.Framework.TestFixtureTearDownAttribute()] + [NUnit.Framework.OneTimeTearDownAttribute()] public virtual void FeatureTearDown() { testRunner.OnFeatureEnd(); diff --git a/Dapper.FastCrud.Benchmarks/Dapper.FastCrud.Benchmarks.csproj b/Dapper.FastCrud.Benchmarks/Dapper.FastCrud.Benchmarks.csproj index bd38847..a2fcbe1 100644 --- a/Dapper.FastCrud.Benchmarks/Dapper.FastCrud.Benchmarks.csproj +++ b/Dapper.FastCrud.Benchmarks/Dapper.FastCrud.Benchmarks.csproj @@ -76,10 +76,13 @@ 6.1.3 - 3.7.1 + 3.10.1 + + + 3.10.0 - 2.2.0 + 2.3.1 diff --git a/Dapper.FastCrud.ModelGenerator/Dapper.FastCrud.ModelGenerator.csproj b/Dapper.FastCrud.ModelGenerator/Dapper.FastCrud.ModelGenerator.csproj index 41df3b9..6da6136 100644 --- a/Dapper.FastCrud.ModelGenerator/Dapper.FastCrud.ModelGenerator.csproj +++ b/Dapper.FastCrud.ModelGenerator/Dapper.FastCrud.ModelGenerator.csproj @@ -1,4 +1,4 @@ - + net45;netstandard1.6 diff --git a/Dapper.FastCrud.Tests/Crud.feature.cs b/Dapper.FastCrud.Tests/Crud.feature.cs index f7d70a7..ddc131d 100644 --- a/Dapper.FastCrud.Tests/Crud.feature.cs +++ b/Dapper.FastCrud.Tests/Crud.feature.cs @@ -1,8 +1,8 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:2.2.0.0 -// SpecFlow Generator Version:2.2.0.0 +// SpecFlow Version:2.3.0.0 +// SpecFlow Generator Version:2.3.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -15,7 +15,7 @@ namespace Dapper.FastCrud.Tests using TechTalk.SpecFlow; - [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.2.0.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("CRUD tests")] diff --git a/Dapper.FastCrud.Tests/Dapper.FastCrud.Tests.csproj b/Dapper.FastCrud.Tests/Dapper.FastCrud.Tests.csproj index de5459a..13f8a0e 100644 --- a/Dapper.FastCrud.Tests/Dapper.FastCrud.Tests.csproj +++ b/Dapper.FastCrud.Tests/Dapper.FastCrud.Tests.csproj @@ -107,16 +107,19 @@ 3.2.4.1 - 3.7.1 + 3.10.1 + + + 3.10.0 11.0.3000 - 2.2.0 + 2.3.1 - 1.0.105.2 + 1.0.108 1.15.0 diff --git a/Dapper.FastCrud.Tests/Relationships.feature.cs b/Dapper.FastCrud.Tests/Relationships.feature.cs index 47ab358..da75789 100644 --- a/Dapper.FastCrud.Tests/Relationships.feature.cs +++ b/Dapper.FastCrud.Tests/Relationships.feature.cs @@ -1,8 +1,8 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:2.2.0.0 -// SpecFlow Generator Version:2.2.0.0 +// SpecFlow Version:2.3.0.0 +// SpecFlow Generator Version:2.3.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -15,7 +15,7 @@ namespace Dapper.FastCrud.Tests using TechTalk.SpecFlow; - [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.2.0.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("Relationships")] diff --git a/Dapper.FastCrud.Tests/SqlBuilder.feature.cs b/Dapper.FastCrud.Tests/SqlBuilder.feature.cs index 6028029..9ecad37 100644 --- a/Dapper.FastCrud.Tests/SqlBuilder.feature.cs +++ b/Dapper.FastCrud.Tests/SqlBuilder.feature.cs @@ -1,8 +1,8 @@ // ------------------------------------------------------------------------------ // // This code was generated by SpecFlow (http://www.specflow.org/). -// SpecFlow Version:2.2.0.0 -// SpecFlow Generator Version:2.2.0.0 +// SpecFlow Version:2.3.0.0 +// SpecFlow Generator Version:2.3.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -15,7 +15,7 @@ namespace Dapper.FastCrud.Tests using TechTalk.SpecFlow; - [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.2.0.0")] + [System.CodeDom.Compiler.GeneratedCodeAttribute("TechTalk.SpecFlow", "2.3.0.0")] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [NUnit.Framework.TestFixtureAttribute()] [NUnit.Framework.DescriptionAttribute("SQL Builder")] diff --git a/Dapper.FastCrud/Dapper.FastCrud.csproj b/Dapper.FastCrud/Dapper.FastCrud.csproj index 16031cc..eb10a22 100644 --- a/Dapper.FastCrud/Dapper.FastCrud.csproj +++ b/Dapper.FastCrud/Dapper.FastCrud.csproj @@ -1,4 +1,4 @@ - + net45;net46;netstandard1.6