Beispiel #1
0
        public void SetUp()
        {
            theInput = new BottleInput
            {
                Name          = "MyBottle",
                OptionsFlag   = new string[] { "raven", "spark" },
                ShortNameFlag = "Mine"
            };

            theRequest = BottleCommand.BuildTemplateRequest(theInput, "MySolution.sln");
        }
Beispiel #2
0
        public void try_to_get_usages()
        {
            var command = new BottleCommand();

            command.Usages.Usages.Any().ShouldBeTrue();
        }