public Test_GetVodProgramList(VodFixture fixture)
 {
     this.fixture = fixture;
 }
 public Test_VodProgram(VodFixture fixture)
 {
     this.fixture = fixture;
 }
Esempio n. 3
0
 public Test_NhkApi(VodFixture fixture)
 {
     this.fixture = fixture;
 }