True bdu Create unit test Scenario (when) using Xunit; namespace $namespace$ { public class when_$doing_something$ : Context { protected override void Act() { $act$ } [Fact] public void then_$something_occurs$() { $assert$ } } } True True True True InCSharpFile 2.0 True 0 True 1 True 2 True fileDefaultNamespace() -1 3 True 4 True bdc Create unit test Context (given) using BddStyle.xUnit; namespace $namespace$ { public abstract class Context : ContextBase { protected override void Arrange() { $arrange$ } } } True True True True InCSharpFile 2.0 True 0 True fileDefaultNamespace() -1 1 True bdt Create unit test Expectation (then) [Fact] public void then_$something_occurs$() { $assert$ } True True True True InCSharpTypeMember 2.0 True InCSharpFile 2.0 True 0 True 1