chore(deps): update spec digest to 4443c34 #2251
Annotations
10 errors
Resolves zero value with targeting using default(key: "float-targeted-zero-flag":
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L104
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();
}
[Given("a context containing a key {string}, with type {string} and with value {string}")]
public void GivenAContextContainingAKeyWithTypeAndWithValue(string email0, string string1, string p2)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string p0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string dEFAULT0)
{
_scenarioContext.Pending();
}
}
}
|
Resolves zero value with targeting using default(key: "boolean-targeted-zero-flag":
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L104
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();
}
[Given("a context containing a key {string}, with type {string} and with value {string}")]
public void GivenAContextContainingAKeyWithTypeAndWithValue(string email0, string string1, string p2)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string false0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string dEFAULT0)
{
_scenarioContext.Pending();
}
}
}
|
Resolves zero value with targeting using default(key: "string-targeted-zero-flag":
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L104
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 hi1)
{
_scenarioContext.Pending();
}
[Given("a context containing a key {string}, with type {string} and with value {string}")]
public void GivenAContextContainingAKeyWithTypeAndWithValue(string email0, string string1, string p2)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string p0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string dEFAULT0)
{
_scenarioContext.Pending();
}
}
}
|
Resolves zero value with targeting using default(key: "object-targeted-zero-flag":
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L104
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 Object-flag with key {string} and a fallback value {string}a\\{string}")]
public void GivenAObject_FlagWithKeyAndAFallbackValueA(string p0, string p1, string p2)
{
_scenarioContext.Pending();
}
[Given("a context containing a key {string}, with type {string} and with value {string}")]
public void GivenAContextContainingAKeyWithTypeAndWithValue(string email0, string string1, string p2)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string p0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string dEFAULT0)
{
_scenarioContext.Pending();
}
}
}
|
Resolves zero value with targeting using default(key: "integer-targeted-zero-flag":
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L104
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();
}
[Given("a context containing a key {string}, with type {string} and with value {string}")]
public void GivenAContextContainingAKeyWithTypeAndWithValue(string email0, string string1, string p2)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string p0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string dEFAULT0)
{
_scenarioContext.Pending();
}
}
}
|
Returns no metadata(key: "string-flag":
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();
}
}
}
|
Returns no metadata(key: "integer-flag":
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();
}
}
}
|
Returns no metadata(key: "boolean-flag":
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();
}
}
}
|
Returns no metadata(key: "float-flag":
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();
}
}
}
|
Returns metadata:
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();
}
}
}
|