Azavea.Open.DAO.Tests.CriteriaTests.TestConstructors C# (CSharp) 메소드

TestConstructors() 개인적인 메소드

private TestConstructors ( ) : void
리턴 void
        public void TestConstructors()
        {
            // Check that we still conform to the original behavior.
            DaoCriteria sc = new DaoCriteria();
            Assert.AreEqual(-1, sc.Start, "Wrong start value.");
            Assert.AreEqual(-1, sc.Limit, "Wrong limit value.");
        }