withTapRegionGroupId method

TestDocumentConfigurator withTapRegionGroupId(
  1. String? tapRegionGroupId
)

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;
}