withInputRole method

TestSuperEditorConfigurator withInputRole(
  1. String inputRole
)

Configures the SuperEditor to use the given inputRole.

Implementation

TestSuperEditorConfigurator withInputRole(String inputRole) {
  _config.inputRole = inputRole;
  return this;
}