withInputSource method
Configures the SuperEditor to use the given inputSource.
Implementation
TestSuperEditorConfigurator withInputSource(TextInputSource inputSource) {
_config.inputSource = inputSource;
return this;
}
Configures the SuperEditor to use the given inputSource.
TestSuperEditorConfigurator withInputSource(TextInputSource inputSource) {
_config.inputSource = inputSource;
return this;
}