Exemplo n.º 1
0
        public void ThatInheritFrom()
        {
            var result = TypesFunctions.ThatInheritFrom(data.Classes, "Fruit");

            Assert.AreEqual("Apple", result.First().Name);
        }