Exemple #1
0
        public void TestMethod1()
        {
            PlaylistController controller = new PlaylistController();
            ViewResult         addsong    = controller.AddSong(5, 1) as ViewResult;

            Assert.IsNotNull(addsong);
        }