Ejemplo n.º 1
0
 public void Execute_NoActionsRegistered_DoesNotThrow()
 {
     Assert.DoesNotThrow(() => _actions.Invoke(_stub.Some <int>()));
 }