updateRequestConfigurationCalls property

int updateRequestConfigurationCalls
getter/setter pair

Number of updateRequestConfiguration DISPATCHES (counted at entry, before the hold/error knobs) — lets a test assert the ADR-028 rule that no config call may even be dispatched while initialize is in flight.

Implementation

int updateRequestConfigurationCalls = 0;