setClientForTesting static method

  1. @visibleForTesting
void setClientForTesting(
  1. MyAppCrewClient client
)

Implementation

@visibleForTesting
static void setClientForTesting(MyAppCrewClient client) {
  _client = client;
  _clientInjectedForTesting = true;
}