コード例 #1
0
 public ProfilesControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _chatServiceClient = fixture.ChatServiceClient;
 }
コード例 #2
0
 public ImagesControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _imageServiceClient = fixture.ChatServiceClient;
 }
 public ConversationsControllerEndToEndTests(IEndToEndTestsFixture fixture)
 {
     _chatServiceClient = fixture.ChatServiceClient;
 }