Skip to content

Commit

Permalink
#23: Managed technical debt (TODOs) for BDD framework
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed May 10, 2023
1 parent bebb90b commit 24abd7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Behaviours/Synergy.Behaviours.Testing/FeatureGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;
using System.Text;
using System.Text.RegularExpressions;

Expand All @@ -15,6 +14,7 @@ public static class FeatureGenerator
private const string But = nameof(Feature<object>.But);
private const string Moreover = nameof(Feature<object>.Moreover);

// TODO: Marcin Celej [from: Marcin Celej on: 10-05-2023]: Add include / exclude as functions
public static void Generate<TBehaviour>(
this TBehaviour feature,
string from,
Expand Down
2 changes: 0 additions & 2 deletions Behaviours/Synergy.Behaviours.Tests/Samples/New.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Feature: New

# TODO: Provide scenarios here, check the sample down here

# Scenario: There can be only one
# Given there are 3 ninjas
# And there are more than one ninja alive
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
Total: 2

## [FeatureGenerator.cs](../../Synergy.Behaviours.Testing/FeatureGenerator.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 10-05-2023]: Add include / exclude as functions
- TODO: Marcin Celej [from: Marcin Celej on: 10-05-2023]: Support Scenario Outline along with Examples

## [New.feature](../Samples/New.feature)
- TODO: Provide scenarios here, check the sample down here

0 comments on commit 24abd7d

Please sign in to comment.