withComponentBuilders method
Configures the SuperReader to use only the given componentBuilders
Implementation
TestDocumentConfigurator withComponentBuilders(List<ComponentBuilder>? componentBuilders) {
_componentBuilders = componentBuilders;
return this;
}