ModuleDef md = new ModuleDef("testOneDimensionPerm");
Properties props = md.getProperties();
{
BindingProperty prop = props.createBinding("debug");
prop.addDefinedValue(prop.getRootCondition(), "false");
prop.addDefinedValue(prop.getRootCondition(), "true");
prop.addCollapsedValues("true", "false");
}
// Permutations and their values are in stable alphabetical order.