Esempio n. 1
0
        public void GetAuthUser_ShouldReturnAllItems()
        {
            Task <IEnumerable <AuthUser> > response = _controller.GetAuthUser();

            Assert.IsNotNull(response.Result, "Should have returned all Items, should not be null if there are AuthUser items in the datastore.");
        }