withHistoryGroupingPolicy method
Implementation
TestSuperEditorConfigurator withHistoryGroupingPolicy(HistoryGroupingPolicy policy) {
_config.historyGroupPolicy = policy;
return this;
}
TestSuperEditorConfigurator withHistoryGroupingPolicy(HistoryGroupingPolicy policy) {
_config.historyGroupPolicy = policy;
return this;
}