예제 #1
0
 public UsersControllerTests(CommonTestsFixture testsFixture) : base(testsFixture)
 {
 }
예제 #2
0
 public UserServiceTests(CommonTestsFixture testsFixture) : base(testsFixture)
 {
 }
예제 #3
0
 protected AutoMockTestsClass(CommonTestsFixture testsFixture)
 {
     _testsFixture = testsFixture;
 }
 public CreateUserCommandHandlerTests(CommonTestsFixture testsFixture) : base(testsFixture)
 {
 }