chore(deps): update spec digest to 4443c34 #2258
Annotations
10 errors
Run Tests:
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();
}
}
}
|
Run Tests:
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();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L235
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 fatal provider")]
public void GivenAFatalProvider()
{
_scenarioContext.Pending();
}
[Given("a Integer-flag with key {string} and a fallback value {string}")]
public void GivenAInteger_FlagWithKeyAndAFallbackValue(string p0, string p1)
{
_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 eRROR0)
{
_scenarioContext.Pending();
}
[Then("the error-code should be {string}")]
public void ThenTheError_CodeShouldBe(string p0)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L235
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 fatal provider")]
public void GivenAFatalProvider()
{
_scenarioContext.Pending();
}
[Given("a Float-flag with key {string} and a fallback value {string}")]
public void GivenAFloat_FlagWithKeyAndAFallbackValue(string p0, string p1)
{
_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 eRROR0)
{
_scenarioContext.Pending();
}
[Then("the error-code should be {string}")]
public void ThenTheError_CodeShouldBe(string p0)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
test/OpenFeature.E2ETests/Features/evaluation_v2.feature#L235
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 fatal provider")]
public void GivenAFatalProvider()
{
_scenarioContext.Pending();
}
[Given("a String-flag with key {string} and a fallback value {string}")]
public void GivenAString_FlagWithKeyAndAFallbackValue(string p0, string bye1)
{
_scenarioContext.Pending();
}
[Then("the resolved details value should be {string}")]
public void ThenTheResolvedDetailsValueShouldBe(string bye0)
{
_scenarioContext.Pending();
}
[Then("the reason should be {string}")]
public void ThenTheReasonShouldBe(string eRROR0)
{
_scenarioContext.Pending();
}
[Then("the error-code should be {string}")]
public void ThenTheError_CodeShouldBe(string p0)
{
_scenarioContext.Pending();
}
}
}
|
Run Tests:
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();
}
}
}
|
Run Tests:
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();
}
}
}
|
Run Tests:
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();
}
}
}
|
Run Tests:
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();
}
}
}
|
Run Tests:
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();
}
}
}
|
Loading