chore(deps): update spec digest to be56f22 #1349
Annotations
10 errors
Resolves based on context:
test/OpenFeature.E2ETests/Features/evaluation.feature#L56
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves float details:
test/OpenFeature.E2ETests/Features/evaluation.feature#L44
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves string value:
test/OpenFeature.E2ETests/Features/evaluation.feature#L15
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves boolean details:
test/OpenFeature.E2ETests/Features/evaluation.feature#L32
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves string details:
test/OpenFeature.E2ETests/Features/evaluation.feature#L36
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves object value:
test/OpenFeature.E2ETests/Features/evaluation.feature#L27
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves integer value:
test/OpenFeature.E2ETests/Features/evaluation.feature#L19
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves float value:
test/OpenFeature.E2ETests/Features/evaluation.feature#L23
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Type error:
test/OpenFeature.E2ETests/Features/evaluation.feature#L67
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|
Resolves boolean value:
test/OpenFeature.E2ETests/Features/evaluation.feature#L11
TechTalk.SpecFlow.xUnit.SpecFlowPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using TechTalk.SpecFlow;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given(@"a stable provider")]
public void GivenAStableProvider()
{
_scenarioContext.Pending();
}
}
}
|