82838485868788899091
} @Test public void string_to_option_model_just_label() { OptionModel model = TapestryInternalUtils.toOptionModel("Just A Label"); assertEquals(model.getLabel(), "Just A Label"); assertEquals(model.getValue(), "Just A Label"); }