public void DockCapacity20Bikes() { DockingStation dockingstation = new DockingStation(); Assert.AreEqual(20, dockingstation.GetCapacity()); }