Ejemplo n.º 1
0
        public void GetAuthorizationContextForService_Returns_Any()
        {
            //------------Setup for test-------------------------
            var getFiles = new GetFiles();
            //------------Execute Test---------------------------
            //------------Assert Results-------------------------
            var authorizationContextForService = getFiles.GetAuthorizationContextForService();

            Assert.AreEqual(AuthorizationContext.Any, authorizationContextForService);
        }