Example #1
0
 public static void AssertValueChangedWillNotBeInvoked(this ICalculationNode node) =>
 node.SubscribeToValueChanged(Assert.Fail);