コード例 #1
0
        public void AuthenticationTest()
        {
            string level    = lc.EmployeeLevel = "Admin";
            long   id       = lc.SomeQuery = 2352353;
            bool   expected = false;
            bool   actual   = lc.Authentication(id, level);

            Assert.AreEqual(expected, actual);
        }