コード例 #1
0
 public void Throws_exception_when_interpreted()
 {
     Assert.Throws <NotSupportedException>(() => _event.Interpret(new EmptyWorkflow()));
 }