withTapRegionGroupId method
Configures the SuperReader to use the given tapRegionGroupId.
This DOESN'T wrap the reader with a TapRegion.
Implementation
TestDocumentConfigurator withTapRegionGroupId(String? tapRegionGroupId) {
_tapRegionGroupId = tapRegionGroupId;
return this;
}