Beispiel #1
0
 public void Count()
 {
     vm.EnsureSlots(10);
     Assert.IsTrue(vm.GetSlotCount() >= 10);
 }