Exemplo n.º 1
0
        public void OptionStrictType2()
        {
            Vbc t = new Vbc();

            t.OptionStrictType = "custom";
            CommandLine.ValidateContains(t, "/optionstrict:custom", true);
            CommandLine.ValidateDoesNotContain(t, "/optionstrict-", true);
        }