Created
December 6, 2022 18:10
-
-
Save gregoryyoung/0ffc54f0157767d3c515f281cb974498 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class the_inventory_changes_name { | |
public void Given() { | |
} | |
public override void When() { | |
} | |
[Test] | |
pulic void the_name_is changed() { | |
Assert.Pass(); | |
} | |
[Test] | |
pulic void the_check_for_bad_words_passes() { | |
Assert.Pass(); | |
} | |
[Test] | |
public void the_check_for_duplicates_passes() { | |
Assert.Pass(); | |
} | |
[Test] | |
public void the_spelling_check_passes() { | |
Assert.Pass(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment