Exemplo n.º 1
0
        public void GetAllOwnerTypesTest()
        {
            OwnerType ownerType = new OwnerType(connManager);
            DataSet   ds        = ownerType.GetAll();

            Assert.AreEqual(2, ds.Tables[0].Columns.Count);
        }