withInputRole method
Configures the SuperEditor to use the given inputRole.
Implementation
TestSuperEditorConfigurator withInputRole(String inputRole) {
_config.inputRole = inputRole;
return this;
}
Configures the SuperEditor to use the given inputRole.
TestSuperEditorConfigurator withInputRole(String inputRole) {
_config.inputRole = inputRole;
return this;
}