public void Button_FromOsc_VariableStepRotary(string expected, string valueIn) { BiosVerifier.Exactly(ButtonTranslatorKeys.VariableStepRotary, expected, valueIn); }
public void Button_FromOsc_SetStateRotary(int value) { BiosVerifier.Exactly(ButtonTranslatorKeys.SetStateRotary, value); }
public void Button_FromOsc_FixedStepSetStateRotary_IntIn(int value) { BiosVerifier.Exactly(ButtonTranslatorKeys.FixedStepSetStateRotary, value); }
public void Button_FromOsc_FixedStepRotary_IntIn(string expected, int valueIn) { BiosVerifier.Exactly(ButtonTranslatorKeys.FixedStepRotary, expected, valueIn); }