public void Test_TAGProcessorStateBase_SetControlStateRightLift() { var state = new TAGProcessorStateBase(); Assert.Equal(state.ControlStateRightLift, MachineControlStateFlags.NullGCSControlState); state.SetControlStateRightLift(100); Assert.Equal(100, state.ControlStateRightLift); }