Beispiel #1
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IPort30003MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.Port30003);
 }
 public void TestInitialise()
 {
     _Extractor = Factory.Singleton.Resolve<IPort30003MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.Port30003);
 }