예제 #1
0
 public CreateCategoryTests(AuthFixture fixture)
 {
     //Get instances of the fixture and steps required for the test
     this.fixture  = fixture;
     categorySteps = new CategorySteps();
 }