public void ReturnsCpuLimit() { int weight = 7; JobObject.GetJobCpuLimit().Returns(weight); Assert.Equal(weight, Container.CurrentCpuLimit()); }