MsTest DataRow support (#54) #119
GitHub Actions / xUnit Specs
succeeded
Feb 28, 2024 in 0s
All 208 tests pass in 49m 44s
Annotations
Check notice on line 0 in .github
github-actions / xUnit Specs
208 tests found
There are 208 tests, see "Raw output" for the full list of tests.
Raw output
Reqnroll.Specs.Features.BuildSystemsFeature_xUnit_Net60_New_CSharp ‑ Use dotnet build for compiling
Reqnroll.Specs.Features.BuildSystemsFeature_xUnit_Net60_New_CSharp ‑ Use dotnet msbuild for compiling
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ Different scenarios should have their own ScenarioContext injected
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ FeatureContext can be accessed from Steps base class
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ ScenarioContext can be accessed from Steps base class
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ Should be able to inject FeatureContext
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ Should be able to inject ScenarioContext
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ StepContext can be accessed from Steps base class
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ StepContext can be accessed from the ScenarioContext
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ The obsolete ScenarioContext.Current can be accessed from a non-parallel execution
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ The same FeatureContext should be inject in the scenarios of the same feature
Reqnroll.Specs.Features.Contexts.AccessingContextsFeature_xUnit_Net60_New_CSharp ‑ The same ScenarioContext should be inject in the same scenario
Reqnroll.Specs.Features.Contexts.FeatureInfo.FeatureDescriptionAccessingFeature_xUnit_Net60_New_CSharp ‑ Check Feature description is not empty
Reqnroll.Specs.Features.Contexts.FeatureInfo.FeatureDescriptionAccessingFeature_xUnit_Net60_New_CSharp ‑ Check Feature description is null if empty
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Binding class can depend on a single context
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Binding class can depend on multiple contexts
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Context classes are recreated for every scenario
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Context classes are shared across binding classes
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Context classes can depend on other context classes recursively
Reqnroll.Specs.Features.Contexts.InjectingContextIntoBindingClassesFeature_xUnit_Net60_New_CSharp ‑ Disposable dependencies should be disposed after scenario execution
Reqnroll.Specs.Features.Contexts.InjectingContextIntoHooksFeature_xUnit_Net60_New_CSharp ‑ Inject FeatureContext into a Feature hook(hook: "AfterFeature", exampleTags: [])
Reqnroll.Specs.Features.Contexts.InjectingContextIntoHooksFeature_xUnit_Net60_New_CSharp ‑ Inject FeatureContext into a Feature hook(hook: "BeforeFeature", exampleTags: [])
Reqnroll.Specs.Features.Contexts.InjectingContextIntoHooksFeature_xUnit_Net60_New_CSharp ‑ Inject ScenarioContext into a Scenario hook(hook: "AfterScenario", exampleTags: [])
Reqnroll.Specs.Features.Contexts.InjectingContextIntoHooksFeature_xUnit_Net60_New_CSharp ‑ Inject ScenarioContext into a Scenario hook(hook: "BeforeScenario", exampleTags: [])
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioArgumentsAccessingFeature_xUnit_Net60_New_CSharp ‑ Scenario arguments are empty for regular scenario
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioArgumentsAccessingFeature_xUnit_Net60_New_CSharp ‑ Scenario arguments for outlined scenario
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioDescriptionAccessingFeature_xUnit_Net60_New_CSharp ‑ Check Scenario description is not empty
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioDescriptionAccessingFeature_xUnit_Net60_New_CSharp ‑ Check Scenario description is null if empty
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioTagsAccessingFeature_xUnit_Net60_New_CSharp ‑ Accessing tags of a scenario inside a rule
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioTagsAccessingFeature_xUnit_Net60_New_CSharp ‑ Accessing tags of a scenario outline
Reqnroll.Specs.Features.Contexts.ScenarioInfo.ScenarioTagsAccessingFeature_xUnit_Net60_New_CSharp ‑ Accessing tags of a simple scenario
Reqnroll.Specs.Features.Execution.AsyncSupportFeature_xUnit_Net60_New_CSharp ‑ Should wait for aync step methods to complete before continuing to next step
Reqnroll.Specs.Features.Execution.AsyncSupportFeature_xUnit_Net60_New_CSharp ‑ Step method should recieve exception from async method call
Reqnroll.Specs.Features.Execution.BasicScenarioExecutionFeature_xUnit_Net60_New_CSharp ‑ Building the same project multiple times without changes should be possible
Reqnroll.Specs.Features.Execution.BasicScenarioExecutionFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute a simple failing scenario
Reqnroll.Specs.Features.Execution.BasicScenarioExecutionFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute a simple passing scenario
Reqnroll.Specs.Features.Execution.BasicScenarioExecutionFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute a simple pending scenario
Reqnroll.Specs.Features.Execution.BindingCultureFeature_xUnit_Net60_New_CSharp ‑ The binding culture can be specified to be different than the scenario culture
Reqnroll.Specs.Features.Execution.BindingCultureFeature_xUnit_Net60_New_CSharp ‑ The default culture is used for bindings if not specified
Reqnroll.Specs.Features.Execution.BindingCultureFeature_xUnit_Net60_New_CSharp ‑ The scenario language is used for bindings if not specified
Reqnroll.Specs.Features.Execution.ConfigurationFeature_xUnit_Net60_New_CSharp ‑ Generation configuration in reqnroll.json
Reqnroll.Specs.Features.Execution.ConfigurationFeature_xUnit_Net60_New_CSharp ‑ Runtime configuration in reqnroll.json
Reqnroll.Specs.Features.Execution.CucumberExpressionsFeature_xUnit_Net60_New_CSharp ‑ Cucumber expresions and Regular expressions are mixed in the same project
Reqnroll.Specs.Features.Execution.CucumberExpressionsFeature_xUnit_Net60_New_CSharp ‑ Cucumber expresions are used for Step Definitions
Reqnroll.Specs.Features.Execution.CucumberExpressionsFeature_xUnit_Net60_New_CSharp ‑ Custom parameter types definied with [StepArgumentTransformation] can be used with specified name
Reqnroll.Specs.Features.Execution.CucumberExpressionsFeature_xUnit_Net60_New_CSharp ‑ Custom parameter types definied with [StepArgumentTransformation] can be used with type name
Reqnroll.Specs.Features.Execution.DifferentStepArgumentsFeature_xUnit_Net60_New_CSharp ‑ Step parameters in the step definitions have to be declared before the multiline text and table parameters
Reqnroll.Specs.Features.Execution.DifferentStepArgumentsFeature_xUnit_Net60_New_CSharp ‑ Steps can be defined with multiline text argument
Reqnroll.Specs.Features.Execution.DifferentStepArgumentsFeature_xUnit_Net60_New_CSharp ‑ Steps can be defined with table argument
Reqnroll.Specs.Features.Execution.DifferentStepArgumentsFeature_xUnit_Net60_New_CSharp ‑ Steps can be defined without argument
Reqnroll.Specs.Features.Execution.ExecutionSmokeTestsFeature_xUnit_Net60_New_CSharp ‑ Generated classes from test files can be compiled(language: "C#", exampleTags: [])
Reqnroll.Specs.Features.Execution.ExecutionSmokeTestsFeature_xUnit_Net60_New_CSharp ‑ Generated classes from test files can be compiled(language: "VB.Net", exampleTags: [])
Reqnroll.Specs.Features.Execution.ExecutionSmokeTestsFeature_xUnit_Net60_New_CSharp ‑ Scenarios in the test file can be executed
Reqnroll.Specs.Features.Execution.ExecutionSmokeTestsFeature_xUnit_Net60_New_CSharp ‑ Test files can be generated(language: "C#", exampleTags: [])
Reqnroll.Specs.Features.Execution.ExecutionSmokeTestsFeature_xUnit_Net60_New_CSharp ‑ Test files can be generated(language: "VB.Net", exampleTags: [])
Reqnroll.Specs.Features.Execution.ExternalStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Steps can defined in an external .NET (e.g. c# or VB.NET) project
Reqnroll.Specs.Features.Execution.ExternalStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Steps can defined in an external F# project
Reqnroll.Specs.Features.Execution.IgnoredFeaturesFeature_xUnit_Net60_New_CSharp ‑ Should be able to ignore all Scenarios and Scenario Outlines in a feature
Reqnroll.Specs.Features.Execution.IgnoredFeaturesFeature_xUnit_Net60_New_CSharp ‑ Should be able to ignore all Scenarios in a feature
Reqnroll.Specs.Features.Execution.IgnoredScenariosFeature_xUnit_Net60_New_CSharp ‑ Should be able to ignore a scenario
Reqnroll.Specs.Features.Execution.IgnoredScenariosFeature_xUnit_Net60_New_CSharp ‑ Should be able to ignore a scenario outline
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Before/After TestRun hook should only be executed once(event: "AfterTestRun", exampleTags: [])
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Before/After TestRun hook should only be executed once(event: "BeforeTestRun", exampleTags: [])
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Current context cannot be used in multi-threaded execution(context: "FeatureContext", exampleTags: [])
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Current context cannot be used in multi-threaded execution(context: "ScenarioContext", exampleTags: [])
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Current context cannot be used in multi-threaded execution(context: "ScenarioStepContext", exampleTags: [])
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Precondition: Tests run parallel
Reqnroll.Specs.Features.Execution.In_AppDomainParallelExecutionFeature_xUnit_Net60_New_CSharp ‑ Tests should be processed parallel without failure
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should cause different behaviors based on configuration(obsoleteBehavior: "Error", succeededCount: "0", failedCount: "1", pendingCount: "0", exampleTags: [])
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should cause different behaviors based on configuration(obsoleteBehavior: "None", succeededCount: "1", failedCount: "0", pendingCount: "0", exampleTags: [])
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should cause different behaviors based on configuration(obsoleteBehavior: "Pending", succeededCount: "0", failedCount: "0", pendingCount: "1", exampleTags: [])
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should cause different behaviors based on configuration(obsoleteBehavior: "Warn", succeededCount: "1", failedCount: "0", pendingCount: "0", exampleTags: [])
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should have default warning message
Reqnroll.Specs.Features.Execution.ObsoleteStepsFeature_xUnit_Net60_New_CSharp ‑ Obsolete step should use Obsolete Attribute message if present
Reqnroll.Specs.Features.Execution.RuleBackgroundStepsAreAddedToScenariosBelongingToRulesFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute backgrounds from multiple Rules
Reqnroll.Specs.Features.Execution.RuleBackgroundStepsAreAddedToScenariosBelongingToRulesFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute scenarios in Rules that have backgrounds
Reqnroll.Specs.Features.Execution.ScenarioOutlinesFeature_xUnit_Net60_New_CSharp ‑ Should handle scenario outlines(case: "Normal testing", rowTest: "disabled", exampleTags: [])
Reqnroll.Specs.Features.Execution.ScenarioOutlinesFeature_xUnit_Net60_New_CSharp ‑ Should handle scenario outlines(case: "Row testing", rowTest: "enabled", exampleTags: [])
Reqnroll.Specs.Features.Execution.ScenarioOutlinesFeature_xUnit_Net60_New_CSharp ‑ Should support defining scenario outlines with the Scenario keyword
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ More scope matches have higher precedency
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ No ambiguouity if the same method matches with multiple scopes
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scoped matches have higher precedency
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scopes can be conbined with AND
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scopes can be conbined with OR
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scoping step definitions of a binding class
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scoping step definitions to features
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scoping step definitions to scenarios
Reqnroll.Specs.Features.Execution.ScopingStepDefinitionsFeature_xUnit_Net60_New_CSharp ‑ Scoping step definitions to tags
Reqnroll.Specs.Features.Execution.StepArgumentTransformationsFeature_xUnit_Net60_New_CSharp ‑ Multi-line text arguments can be converted
Reqnroll.Specs.Features.Execution.StepArgumentTransformationsFeature_xUnit_Net60_New_CSharp ‑ Should be able to convert step arguments to simple .NET types
Reqnroll.Specs.Features.Execution.StepArgumentTransformationsFeature_xUnit_Net60_New_CSharp ‑ Should be able to convert steps arguments to arbritrary class instances
Reqnroll.Specs.Features.Execution.StepArgumentTransformationsFeature_xUnit_Net60_New_CSharp ‑ Should be able to convert when multiple converters are returning the same target type: non string and Table
Reqnroll.Specs.Features.Execution.StepArgumentTransformationsFeature_xUnit_Net60_New_CSharp ‑ Should be able to convert when multiple converters are returning the same target type: string and Table
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ F# method name can be used as a regex(case: "basic regex ops", method: "``I do something .* important``()", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ F# method name can be used as a regex(case: "non-regex method name", method: "When_I_do_something_really_important()", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ F# method name can be used as a regex(case: "parameter", method: "``I do something (.*) important``(howMuch: string)", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ F# method name can be used as a regex(case: "simple", method: "``I do something really important``()", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Keyword prefix can be omitted
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Non-English keywords(case: "English prefix", keyword: "Angenommen", methodPrefix: "Given_", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Non-English keywords(case: "Mixed keyword variants", keyword: "Gegeben sei", methodPrefix: "Angenommen_", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Non-English keywords(case: "Multiple word licalized prefix", keyword: "Gegeben sei", methodPrefix: "Gegeben_sei_", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Non-English keywords(case: "No prefix", keyword: "Angenommen", methodPrefix: "", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Non-English keywords(case: "Single word licalized prefix", keyword: "Angenommen", methodPrefix: "Angenommen_", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Parameterless steps
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Pascal case methods(case: "embedded param", method: "WhenIDoSomethingHOWMUCHImportant", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Pascal case methods(case: "param with underscore", method: "WhenIDoSomething_HOWMUCH_Important", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Steps with parameters referred by index
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Steps with parameters(case: "apostrophed", parameter: "'Joe'", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Steps with parameters(case: "quoted", parameter: "\"Joe\"", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Steps with parameters(case: "simple", parameter: "Joe", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Supports all attributes(attribute: "Given", step: "Given", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Supports all attributes(attribute: "StepDefinition", step: "Given", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Supports all attributes(attribute: "Then", step: "Then", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Supports all attributes(attribute: "When", step: "When", exampleTags: [])
Reqnroll.Specs.Features.Execution.StepDefinitionsCanBeMatchedBasedOnTheMethodNameWithoutRegexFeature_xUnit_Net60_New_CSharp ‑ Supports punctuation
Reqnroll.Specs.Features.Execution.TaggingScenarioOutlineExamplesFeature_xUnit_Net60_New_CSharp ‑ Examples can be ignored
Reqnroll.Specs.Features.Execution.TaggingScenarioOutlineExamplesFeature_xUnit_Net60_New_CSharp ‑ Examples can be tagged
Reqnroll.Specs.Features.Execution.TaggingScenarioOutlineExamplesFeature_xUnit_Net60_New_CSharp ‑ Scenario Outline Examples can be tagged
Reqnroll.Specs.Features.Execution.TracingTestsFeature_xUnit_Net60_New_CSharp ‑ Preserves step keywords in trace
Reqnroll.Specs.Features.Execution.TracingTestsFeature_xUnit_Net60_New_CSharp ‑ ReflectionTypeLoaderException in a static constructor
Reqnroll.Specs.Features.Execution.TracingTestsFeature_xUnit_Net60_New_CSharp ‑ ReflectionTypeLoaderException in a step binding
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "AfterFeature", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "AfterScenario", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "AfterScenarioBlock", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "AfterStep", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "BeforeFeature", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "BeforeScenario", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "BeforeScenarioBlock", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Features no Feature Hooks (and no Scenario hooks) are called(event: "BeforeStep", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "AfterScenario", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "AfterScenarioBlock", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "AfterStep", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "BeforeScenario", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "BeforeScenarioBlock", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ For ignored Scenarios no Scenario Hooks are called(event: "BeforeStep", count: "0", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "After", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "AfterFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "AfterScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "AfterScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "AfterStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "AfterTestRun", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "Before", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "BeforeFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "BeforeScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "BeforeScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "BeforeStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Hooks should be executed if they take longer (>100ms)(event: "BeforeTestRun", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "After", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "AfterFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "AfterScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "AfterScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "AfterStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "AfterTestRun", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "Before", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "BeforeFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "BeforeScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "BeforeScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "BeforeStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute Reqnroll events(event: "BeforeTestRun", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "After", count: "3", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "AfterFeature", count: "2", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "AfterScenario", count: "3", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "AfterScenarioBlock", count: "9", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "AfterStep", count: "18", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "AfterTestRun", count: "1", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "Before", count: "3", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "BeforeFeature", count: "2", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "BeforeScenario", count: "3", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "BeforeScenarioBlock", count: "9", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "BeforeStep", count: "18", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksFeature_xUnit_Net60_New_CSharp ‑ Should execute the hooks according to their semantics(event: "BeforeTestRun", count: "1", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "After", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "AfterFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "AfterScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "AfterScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "AfterStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "Before", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "BeforeFeature", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "BeforeScenario", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "BeforeScenarioBlock", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "BeforeStep", exampleTags: [])
Reqnroll.Specs.Features.Hooks.ExecuteHooksInSpecifiedOrderFeature_xUnit_Net60_New_CSharp ‑ Should execute 'Before*' Reqnroll events in the correct order, ie lowest numbers first(eventType: "BeforeTestRun", exampleTags: [])
Reqnroll.Specs.Features.Hooks.HookErrorHandlingFeature_xUnit_Net60_New_CSharp ‑ Should set the TestExecution status to TestError when a BeforeScenario hook throw
Reqnroll.Specs.Features.Hooks.HookErrorHandlingFeature_xUnit_Net60_New_CSharp ‑ Steps should be executed as skipped after a BeforeScenario hook throws
Reqnroll.Specs.Features.Hooks.HookErrorHandlingFeature_xUnit_Net60_New_CSharp ‑ Subsequent AfterScenario hooks are not executed after an error
Reqnroll.Specs.Features.Hooks.HookErrorHandlingFeature_xUnit_Net60_New_CSharp ‑ Subsequent BeforeScenario hooks are not executed after an error
Reqnroll.Specs.Features.Hooks.InjectHookParametersFeature_xUnit_Net60_New_CSharp ‑ Should be able to access FeatureContext in BeforeFeature/AfterFeature hooks as parameter
Reqnroll.Specs.Features.Hooks.InjectHookParametersFeature_xUnit_Net60_New_CSharp ‑ Should be able to access ScenarioContext in BeforeScenario/AfterScenario hooks as parameter
Reqnroll.Specs.Features.Hooks.InjectHookParametersFeature_xUnit_Net60_New_CSharp ‑ Should be able to access thread level and global services in BeforeTestRun/AfterTestRun hooks as parameter
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ One hook is called once
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ One hook scoped on HookAttribute with two tags are executed once
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ One hook with two tags and [Scope] scoping are executed once
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ Two hooks for different events are called once each
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ Two hooks for the same event are called once each
Reqnroll.Specs.Features.Hooks.ScopedHooksFeature_xUnit_Net60_New_CSharp ‑ Two hooks for the same event with same name but in different classes are called once each
Reqnroll.Specs.Features.MultipleSpecsProjectsFeature_xUnit_Net60_New_CSharp ‑ Two projects with the same unit test provider(buildTool: "dotnet build", exampleTags: [])
Reqnroll.Specs.Features.MultipleSpecsProjectsFeature_xUnit_Net60_New_CSharp ‑ Two projects with the same unit test provider(buildTool: "dotnet msbuild", exampleTags: [])
Reqnroll.Specs.Features.Parser.RuleSupportFeature_xUnit_Net60_New_CSharp ‑ Should be able to execute a simple passing scenario
Reqnroll.Specs.Features.RegressionTests.GH2571Feature_xUnit_Net60_New_CSharp ‑ GH2571
Reqnroll.Specs.Features.SingleFileGeneratorChecksFeature_xUnit_Net60_New_CSharp ‑ Build Error when using the SingleFileGenerator and Reqnroll.Tools.MSBuild.Generator
Reqnroll.Specs.Features.UnitTestProviderSpecific.XUnit.XUnitV2UnitTestProviderFeature_xUnit_Net60_New_CSharp ‑ Should be able to log custom messages
Reqnroll.Specs.Features.UnitTestProviderSpecific.XUnit.XUnitV2UnitTestProviderFeature_xUnit_Net60_New_CSharp ‑ Should be able to log custom messages using context injection
Reqnroll.Specs.Features.UnitTestProviderSpecific.XUnit.XUnitV2UnitTestProviderFeature_xUnit_Net60_New_CSharp ‑ Usage of collection attribute adds category
Reqnroll.Specs.Features.UnitTestProviderSpecific.XUnit.XUnitV2UnitTestProviderFeature_xUnit_Net60_New_CSharp ‑ Usage of collection attribute injects collection's TFixture
Reqnroll.Specs.Features._NETLanguageCode_BehindGenerationSupportFeature_xUnit_Net60_New_CSharp ‑ A project with a single scenario should compile successfully in all supported languages and build systems(description: "C# with dotnet build", language: "C#", buildCommand: "dotnet build", exampleTags: [])
Reqnroll.Specs.Features._NETLanguageCode_BehindGenerationSupportFeature_xUnit_Net60_New_CSharp ‑ A project with a single scenario should compile successfully in all supported languages and build systems(description: "C# with dotnet msbuild", language: "C#", buildCommand: "dotnet msbuild", exampleTags: [])
Reqnroll.Specs.Features._NETLanguageCode_BehindGenerationSupportFeature_xUnit_Net60_New_CSharp ‑ A project with a single scenario should compile successfully in all supported languages and build systems(description: "VB.NET with dotnet build", language: "VB.NET", buildCommand: "dotnet build", exampleTags: [])
Reqnroll.Specs.Features._NETLanguageCode_BehindGenerationSupportFeature_xUnit_Net60_New_CSharp ‑ A project with a single scenario should compile successfully in all supported languages and build systems(description: "VB.NET with dotnet msuild", language: "VB.NET", buildCommand: "dotnet msbuild", exampleTags: [])
Loading