NLite.Data.Test.NorthwindExecutionTest.TestSelectCustomerTable C# (CSharp) Method

TestSelectCustomerTable() private method

private TestSelectCustomerTable ( ) : void
return void
        public virtual void TestSelectCustomerTable()
        {
            var list = db.Customers.ToList();
            AssertValue(91, list.Count);
        }
NorthwindExecutionTest