Ejemplo n.º 1
0
        public async void Get_Go_Url_Test()
        {
            object urlAction = await blogController.GoUrl(1);

            Assert.NotNull(urlAction);
        }