withSelectorHandlers method

Configures the SuperEditor to use the given selector handlers.

Implementation

TestSuperEditorConfigurator withSelectorHandlers(Map<String, SuperEditorSelectorHandler> handlers) {
  _config.selectorHandlers = handlers;
  return this;
}