public void TestInitialise()
 {
     _Extractor   = Factory.Resolve <IAirnavXRangeMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.AirnavXRange);
 }
 public void TestInitialise()
 {
     _Extractor = Factory.Singleton.Resolve<ISbs3MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
Example #3
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IPort30003MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.Port30003);
 }
 public void TestInitialise()
 {
     _Extractor   = Factory.Resolve <IBeastMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
Example #5
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IPlaneFinderMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IAircraftListJsonMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.AircraftListJson);
 }