Exemplo n.º 1
0
 public WdcReaderTitleTests()
 {
     TestUtil.SetupLogging();
 }
 public ConfigurationTests()
 {
     TestUtil.SetupLogging();
 }
Exemplo n.º 3
0
 public StoryFileStoreTests()
 {
     TestUtil.SetupLogging();
     InitTestStory();
 }
Exemplo n.º 4
0
 public StoryExportTest()
 {
     TestUtil.SetupLogging();
 }
 public StorySyncWorkerTest()
 {
     TestUtil.SetupLogging();
 }
Exemplo n.º 6
0
 public WdcReaderTests()
 {
     TestUtil.SetupLogging();
     _client = new DummyWdcClient("Data");
     _reader = new WdcReader();
 }