public void Setup() { hotWaterSupply = new TestHotWaterSupply(); containmentVessel = new TestContainmentVessel(hotWaterSupply); controlPanel = new TestControlPanel(hotWaterSupply, containmentVessel); }