コード例 #1
0
ファイル: Vbc_Tests.cs プロジェクト: zhuweijia/msbuild
        public void OptionStrictType2()
        {
            Vbc t = new Vbc();

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