Example #1
0
 public void Button_FromOsc_VariableStepRotary(string expected, string valueIn)
 {
     BiosVerifier.Exactly(ButtonTranslatorKeys.VariableStepRotary, expected, valueIn);
 }
Example #2
0
 public void Button_FromOsc_SetStateRotary(int value)
 {
     BiosVerifier.Exactly(ButtonTranslatorKeys.SetStateRotary, value);
 }
Example #3
0
 public void Button_FromOsc_FixedStepSetStateRotary_IntIn(int value)
 {
     BiosVerifier.Exactly(ButtonTranslatorKeys.FixedStepSetStateRotary, value);
 }
Example #4
0
 public void Button_FromOsc_FixedStepRotary_IntIn(string expected, int valueIn)
 {
     BiosVerifier.Exactly(ButtonTranslatorKeys.FixedStepRotary, expected, valueIn);
 }