示例#1
0
 public void Setup()
 {
     hotWaterSupply    = new TestHotWaterSupply();
     containmentVessel = new TestContainmentVessel(hotWaterSupply);
     controlPanel      = new TestControlPanel(hotWaterSupply, containmentVessel);
 }
 public void Setup()
 {
     hotWaterSupply = new TestHotWaterSupply();
     containmentVessel = new TestContainmentVessel(hotWaterSupply);
     controlPanel = new TestControlPanel(hotWaterSupply, containmentVessel);
 }