Skip to content

Commit

Permalink
extend SpecFlowCompatibility package
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 29, 2024
1 parent 44eb19b commit be89f46
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ public StepArgumentTransformation(string regex) : base(regex)
public StepArgumentTransformation()
{
}
}

public class ScopeAttribute : Reqnroll.ScopeAttribute
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// ReSharper disable once CheckNamespace
namespace TechTalk.SpecFlow;

public class PendingStepException : Reqnroll.PendingStepException
{
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// ReSharper disable once CheckNamespace
namespace TechTalk.SpecFlow;

public class Steps : Reqnroll.Steps
{
}

0 comments on commit be89f46

Please sign in to comment.