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