Example #1
0
 public ReleaseGroupListTests()
 {
     this.data = TestHelper.GetJson <ReleaseGroupList>("releasegroup-search.json");
 }
 public ReleaseTests()
 {
     this.release = TestHelper.GetJson <Release>("release-get.json");
 }
Example #3
0
 public RecordingListTests()
 {
     this.data = TestHelper.GetJson <RecordingList>("recording-search.json");
 }
Example #4
0
 public ArtistTests()
 {
     this.artist = TestHelper.GetJson <Artist>("artist-get.json");
 }
Example #5
0
 public ArtistListTests()
 {
     this.data = TestHelper.GetJson <ArtistList>("artist-search.json");
 }
Example #6
0
 public ReleaseGroupTests()
 {
     this.group = TestHelper.GetJson <ReleaseGroup>("releasegroup-get.json");
 }
Example #7
0
 public RecordingTests()
 {
     this.recording = TestHelper.GetJson <Recording>("recording-get.json");
 }