internal TwitchStaticReadOnlyClient(ITwitchClientGeneric client)
 {
     _client = client;
 }
 internal TwitchStaticReadOnlyClient(ITwitchClientGeneric client)
 {
     _client = client;
 }
 public void Setup()
 {
     _wrappedClient = MockRepository.GenerateMock<ITwitchClientGeneric>();
 }
Example #4
0
 public static TwitchService(ITwitchStaticClient staticClient, ITwitchClient twitchClient, ITwitchClientGeneric clientGeneric)
 {
     _staticClient = staticClient;
     _twitchClient = twitchClient;
     _clientGeneric = clientGeneric;
 }
Example #5
0
 public void Setup()
 {
     _wrappedClient = MockRepository.GenerateMock <ITwitchClientGeneric>();
 }