示例#1
0
            protected override void When()
            {
                try
                {
                    _sut.Reset();

                    _result = _sut.Build();
                }
                catch (Exception exception)
                {
                    _exception = exception;
                }
            }
示例#2
0
            protected override void When()
            {
                try
                {
                    _sut.Reset();

                    _sut.SetAsientos(_numeroDeAsientos);

                    _result = _sut.Build();
                }
                catch (Exception exception)
                {
                    _exception = exception;
                }
            }