Beispiel #1
0
 public void SetUp()
 {
     _output    = new TestOutput();
     _paintshop = new PaintShop(new FakeUserInputStream(new List <string> {
         "3", "4"
     }), _output);
     _paintshop.MakeBusiness();
 }
Beispiel #2
0
 public void Fake_user_wrong_input_for_color_should_throw_exception()
 {
     _paintshop.MakeBusiness();
 }