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

            theRequest = BottleCommand.BuildTemplateRequest(theInput, "MySolution.sln");
        }
Exemple #2
0
        public void SetUp()
        {
            theInput = new BottleInput
            {
                Name = "MyBottle",
                OptionsFlag = new string[]{"raven", "spark"},
                ShortNameFlag = "Mine"
            };

            theRequest = BottleCommand.BuildTemplateRequest(theInput, "MySolution.sln");
        }