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

TestAnyTopLevel() private method

private TestAnyTopLevel ( ) : void
return void
        public virtual void TestAnyTopLevel()
        {
            var any = db.Customers.Any();
            Assert.IsTrue(any);
        }
NorthwindExecutionTest