mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Regenerating Profiling.feature
This commit is contained in:
17
src/Orchard.Profile/Tests/Profiling.feature.cs
generated
17
src/Orchard.Profile/Tests/Profiling.feature.cs
generated
@@ -1,9 +1,8 @@
|
|||||||
// ------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by SpecFlow (http://www.specflow.org/).
|
// This code was generated by SpecFlow (http://www.specflow.org/).
|
||||||
// SpecFlow Version:1.9.0.77
|
// SpecFlow Version:2.3.0.0
|
||||||
// SpecFlow Generator Version:1.9.0.0
|
// SpecFlow Generator Version:2.3.0.0
|
||||||
// Runtime Version:4.0.30319.42000
|
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
// the code is regenerated.
|
// the code is regenerated.
|
||||||
@@ -16,28 +15,28 @@ namespace Orchard.Profile.Tests
|
|||||||
using TechTalk.SpecFlow;
|
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()]
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
[NUnit.Framework.TestFixtureAttribute()]
|
[NUnit.Framework.TestFixtureAttribute()]
|
||||||
[NUnit.Framework.DescriptionAttribute("Profiling")]
|
[NUnit.Framework.DescriptionAttribute("Profiling")]
|
||||||
public partial class ProfilingFeature
|
public partial class ProfilingFeature
|
||||||
{
|
{
|
||||||
|
|
||||||
private static TechTalk.SpecFlow.ITestRunner testRunner;
|
private TechTalk.SpecFlow.ITestRunner testRunner;
|
||||||
|
|
||||||
#line 1 "Profiling.feature"
|
#line 1 "Profiling.feature"
|
||||||
#line hidden
|
#line hidden
|
||||||
|
|
||||||
[NUnit.Framework.TestFixtureSetUpAttribute()]
|
[NUnit.Framework.OneTimeSetUpAttribute()]
|
||||||
public virtual void FeatureSetup()
|
public virtual void FeatureSetup()
|
||||||
{
|
{
|
||||||
testRunner = TechTalk.SpecFlow.TestRunnerManager.GetTestRunner();
|
testRunner = TechTalk.SpecFlow.TestRunnerManager.GetTestRunner();
|
||||||
TechTalk.SpecFlow.FeatureInfo featureInfo = new TechTalk.SpecFlow.FeatureInfo(new System.Globalization.CultureInfo("en-US"), "Profiling", " In order to profile the site\r\n As a developer\r\n I want to generate a fixed nu" +
|
TechTalk.SpecFlow.FeatureInfo featureInfo = new TechTalk.SpecFlow.FeatureInfo(new System.Globalization.CultureInfo("en-US"), "Profiling", " In order to profile the site\r\n As a developer\r\n I want to generate a fi" +
|
||||||
"mber of repeatable requests", ProgrammingLanguage.CSharp, ((string[])(null)));
|
"xed number of repeatable requests", ProgrammingLanguage.CSharp, ((string[])(null)));
|
||||||
testRunner.OnFeatureStart(featureInfo);
|
testRunner.OnFeatureStart(featureInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
[NUnit.Framework.TestFixtureTearDownAttribute()]
|
[NUnit.Framework.OneTimeTearDownAttribute()]
|
||||||
public virtual void FeatureTearDown()
|
public virtual void FeatureTearDown()
|
||||||
{
|
{
|
||||||
testRunner.OnFeatureEnd();
|
testRunner.OnFeatureEnd();
|
||||||
|
Reference in New Issue
Block a user