protected override void Because() { _inverseCommand = sut.ExecuteAndInvokeInverse(_context) as ChangeVariableNameCommand; }
protected override void Because() { _inverseCommand = sut.InverseCommand(A.Fake <IMoBiContext>()).DowncastTo <ChangeVariableNameCommand>(); }