public void GetAllsp() { var da = new ArtistDA(); var listado = da.GetAllsp("Aerosmith"); Assert.IsTrue(listado.Count > 0); }