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