Exemplo n.º 1
0
 public void RedisChannel_DITest()
 {
     Assert.IsNotNull(_channel);
     Assert.That(_channel.GetType(), Is.EqualTo(typeof(RedisChannel)));
 }