use of org.linkki.core.ui.components.ItemCaptionProvider.ToStringCaptionProvider in project linkki by linkki-framework.
the class UIComboBoxIntegrationTest method testCaptionProvider.
@Test
public void testCaptionProvider() {
LinkkiComboBox comboBox = getDynamicComponent();
assertThat((ToStringCaptionProvider) comboBox.getItemCaptionProvider(), isA(ToStringCaptionProvider.class));
}
use of org.linkki.core.ui.components.ItemCaptionProvider.ToStringCaptionProvider in project linkki by linkki-framework.
the class UIYesNoComboBoxIntegrationTest method testCaptionProvider.
@Test
public void testCaptionProvider() {
LinkkiComboBox comboBox = getDynamicComponent();
assertThat((ToStringCaptionProvider) comboBox.getItemCaptionProvider(), isA(ToStringCaptionProvider.class));
}
Aggregations