use of com.okta.oidc.net.HttpClientImpl in project okta-oidc-android by okta.
the class OktaTest method setUp.
@Before
public void setUp() throws Exception {
mContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
mStorage = new SharedPreferenceStorage(mContext);
mHttpClient = new HttpClientImpl();
mEncryptionManager = new EncryptionManagerStub();
String url = new MockEndPoint().getUrl();
mConfig = TestValues.getConfigWithUrl(url);
tabColor = Color.BLACK;
supportBrowsers = new String[] { "" };
}
Aggregations