setTestAdapter static method

void setTestAdapter(
  1. AuthAdapter adapter
)

Set the AuthAdapter for testing.

テスト用にAuthAdapterを設定します。

Implementation

static void setTestAdapter(AuthAdapter adapter) {
  AuthAdapter._test = adapter;
}