Tests.StarMapServiceTests.TestGetLogs C# (CSharp) Method

TestGetLogs() private method

private TestGetLogs ( ) : void
return void
        public void TestGetLogs()
        {
            StarMapService service = new StarMapService("secret", "McDonald", "http://beta.edsm.net:8000/");
            Dictionary<string, StarMapLogInfo> logs = service.getStarMapLog();
            Assert.AreEqual(1, logs.Count);
        }