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