withInputSource method

TestSuperEditorConfigurator withInputSource(
  1. TextInputSource inputSource
)

Configures the SuperEditor to use the given inputSource.

Implementation

TestSuperEditorConfigurator withInputSource(TextInputSource inputSource) {
  _config.inputSource = inputSource;
  return this;
}