コード例 #1
0
 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);
 }
コード例 #3
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IPort30003MessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.Port30003);
 }
コード例 #4
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Resolve <IBeastMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
コード例 #5
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IPlaneFinderMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.ModeS);
 }
コード例 #6
0
 public void TestInitialise()
 {
     _Extractor   = Factory.Singleton.Resolve <IAircraftListJsonMessageBytesExtractor>();
     _CommonTests = new CommonMessageBytesExtractorTests(TestContext, _Extractor, ExtractedBytesFormat.AircraftListJson);
 }