withSelectorHandlers method
TestSuperEditorConfigurator
withSelectorHandlers(
- Map<
String, SuperEditorSelectorHandler> handlers
Configures the SuperEditor to use the given selector handlers.
Implementation
TestSuperEditorConfigurator withSelectorHandlers(Map<String, SuperEditorSelectorHandler> handlers) {
_config.selectorHandlers = handlers;
return this;
}