public void ToListTest() { CCodeUnitsCollection target = CreateObj(); Assert.AreEqual(target.ToList().Count, 3); }