public void addPR_TyPeTest() { TP tp = new TP(); Assert.AreEqual(0, tp.props.Count); tp.addPR(typeof(string).GetProperties()[0]); Assert.AreEqual(1, tp.props.Count); }