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