Forum member

riteshrao

1 post

Posts by riteshrao

  1. Recognize xUnit Facts part of child classes

    When defining our tests we usually structure our facts as child classes of an overall scenario class like so: public class MyClassTest { public class When_doing_something { [Fact] public void Test_condition() { //Assertions } …