Ejemplo n.º 1
0
 public void when_channel_is_null()
 {
     Assert.Throws <ArgumentNullException>(() => Lesson.Build(null));
 }