protected override void When() { try { _sut.Reset(); _result = _sut.Build(); } catch (Exception exception) { _exception = exception; } }
protected override void When() { try { _sut.Reset(); _sut.SetAsientos(_numeroDeAsientos); _result = _sut.Build(); } catch (Exception exception) { _exception = exception; } }