chore(deps): update spec digest to 4443c34 #2255
Annotations
10 errors
Run Tests:
test/OpenFeature.E2ETests/Features/metadata.feature#L20
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a String-flag with key {string} and a fallback value {string}")]
public void GivenAString_FlagWithKeyAndAFallbackValue(string p0, string value1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/metadata.feature#L20
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a Integer-flag with key {string} and a fallback value {string}")]
public void GivenAInteger_FlagWithKeyAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/metadata.feature#L20
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a Boolean-flag with key {string} and a fallback value {string}")]
public void GivenABoolean_FlagWithKeyAndAFallbackValue(string p0, string true1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/metadata.feature#L20
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a Float-flag with key {string} and a fallback value {string}")]
public void GivenAFloat_FlagWithKeyAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/metadata.feature#L10
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a Boolean-flag with key {string} and a fallback value {string}")]
public void GivenABoolean_FlagWithKeyAndAFallbackValue(string p0, string true1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/evaluation.feature#L63
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a non-existent string flag with key {string} is evaluated with details and a fallback value {string}")]
public void WhenANon_ExistentStringFlagWithKeyIsEvaluatedWithDetailsAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/evaluation.feature#L68
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[When("a string flag with key {string} is evaluated as an integer, with details and a fallback value {int}")]
public void WhenAStringFlagWithKeyIsEvaluatedAsAnIntegerWithDetailsAndAFallbackValue(string p0, int p1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/hooks.feature#L14
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a boolean-flag with key {string} and a fallback value {string}")]
public void GivenABoolean_FlagWithKeyAndAFallbackValue(string p0, string false1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/hooks.feature#L29
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a string-flag with key {string} and a fallback value {string}")]
public void GivenAString_FlagWithKeyAndAFallbackValue(string p0, string p1)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/hooks.feature#L43
Reqnroll.xUnit.ReqnrollPlugin.XUnitPendingStepException : Test pending: No matching step definition found for one or more steps.
using System;
using Reqnroll;
namespace MyNamespace
{
[Binding]
public class StepDefinitions
{
private readonly ScenarioContext _scenarioContext;
public StepDefinitions(ScenarioContext scenarioContext)
{
_scenarioContext = scenarioContext;
}
[Given("a boolean-flag with key {string} and a fallback value {string}")]
public void GivenABoolean_FlagWithKeyAndAFallbackValue(string p0, string false1)
{
_scenarioContext.Pending();
}
}
}
|
Loading