public void OptionStrictType2() { Vbc t = new Vbc(); t.OptionStrictType = "custom"; CommandLine.ValidateContains(t, "/optionstrict:custom", true); CommandLine.ValidateDoesNotContain(t, "/optionstrict-", true); }