public void AssertLastInvoked() => _last.AssertInvoked();
Example #2
0
 public void AssertRemainingInvoked() => _remaining.AssertInvoked();
Example #3
0
 public void AssertValueInvoked() => _value.AssertInvoked();
 public void AssertFinishedInvoked() => _finished.AssertInvoked();
Example #5
0
 public void AssertCountDownForeColorWriterInvoked() => _countDownForeColorWriter.AssertInvoked();
 public void AssertCountdownStateInvoked() => _countdownState.AssertInvoked();
Example #7
0
 public void AssertLongBreakStartEnabledInvoked() => _longBreakStartEnabled.AssertInvoked();
Example #8
0
 public void AssertCountDownTextWriterInvoked() => _countDownTextWriter.AssertInvoked();
Example #9
0
 public void AssertSessionStartEnabledInvoked() => _sessionStartEnabled.AssertInvoked();
Example #10
0
 public void AssertShortBreakStartEnabledInvoked() => _shortBreakStartEnabled.AssertInvoked();
Example #11
0
 public void AssertLongBreakStartVisibilityInvoked() => _longBreakStartVisibility.AssertInvoked();
Example #12
0
 public void AssertShortBreakStartVisibilityInvoked() => _shortBreakStartVisibility.AssertInvoked();
Example #13
0
 public void AssertSessionStartVisibilityInvoked() => _sessionStartVisibility.AssertInvoked();
 public void AssertResponseTaskTypeInvoked() => _responseTaskType.AssertInvoked();
 public void AssertResponseTaskGenericInvoked() => _responseTaskGeneric.AssertInvoked();