Package org.fluentlenium.core.label
Interface FluentLabelProvider
-
- All Known Implementing Classes:
FluentLabelImpl,InjectionAnnotations,InjectionElementLocator,LabelAnnotations
public interface FluentLabelProviderProvides label and label hints definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()Get defined definition.java.lang.String[]getLabelHints()Get defined label hints.
-