예제 #1
0
 protected override void When()
 {
     _sut = new SillaGotica();
 }
예제 #2
0
            protected override void Given()
            {
                _sut = new SillaGotica();

                _expectedResult = " Me siento en una silla gotica.";
            }
예제 #3
0
            protected override void Given()
            {
                _sut = new FabricaDeMueblesGoticos();

                _expectedResult = new SillaGotica();
            }