public void CanCreateBagsTest() { int numBags = 5; var bags = PropertyHelpers.CreateBags(numBags); Assert.AreEqual(bags.Count, numBags); }