Tests.JournalMonitorTests.TestJournalInterdiction1 C# (CSharp) Method

TestJournalInterdiction1() private method

private TestJournalInterdiction1 ( ) : void
return void
        public void TestJournalInterdiction1()
        {
            string line = @"{ ""timestamp"":""2016-09-21T07:00:17Z"",""event"":""Interdiction"",""Success"":true,""Interdicted"":""Torval's Shield"",""IsPlayer"":false,""Faction"":""Zemina Torval"",""Power"":""Empire""}";
            Event theEvent = JournalMonitor.ParseJournalEntry(line);
            Assert.IsNotNull(theEvent);
        }
    }