public void SetUp()
 {
     mAuction = new FakeAuctionServer("item-54321");
     mRunner = new ApplicationRunner();
 }
 public void SetUp()
 {
     mAuction = new FakeAuctionServer("item-54321");
     mRunner  = new ApplicationRunner();
 }
 public void Setup()
 {
     auction     = new FakeAuctionServer(new Item("item-54321", Int32.MaxValue));
     auction2    = new FakeAuctionServer(new Item("item-65432", Int32.MaxValue));
     application = new ApplicationRunner();
 }