示例#1
0
        public void GetArtist()
        {
            ac = new ArtistController();

            ArtistDetails a = ac.GetArtist("joh", 0, 10);

            // Assert
            Assert.IsNotNull(a);
        }