Tests.JournalMonitorTests.TestJournalShipyardNew1 C# (CSharp) Method

TestJournalShipyardNew1() private method

private TestJournalShipyardNew1 ( ) : void
return void
        public void TestJournalShipyardNew1()
        {
            string line = @"{ ""timestamp"":""2016-10-27T08:49:08Z"", ""event"":""ShipyardNew"", ""ShipType"":""belugaliner"", ""NewShipID"":56 }";
            Event theEvent = JournalMonitor.ParseJournalEntry(line);
            Assert.IsNotNull(theEvent);
        }