Exemple #1
0
        public void CommandModule_Gets_Legend_Image()
        {
            var commandModule = new CommandModule(null, Configuration, Logger, StreetBot);
            var imgUrl        = commandModule.GetImageUrlForLegend("Hattori");

            Logger.Debug(imgUrl);
            Assert.NotEmpty(imgUrl);
        }