File tree Expand file tree Collapse file tree
libs/test/SalesforceSDKTest/src/com/salesforce/androidsdk/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434import androidx .core .content .ContextCompat ;
3535import androidx .test .ext .junit .runners .AndroidJUnit4 ;
3636import androidx .test .filters .SmallTest ;
37+
3738import com .salesforce .androidsdk .app .SalesforceSDKManager ;
3839import com .salesforce .androidsdk .auth .HttpAccess ;
39- import java .io .IOException ;
40+
41+ import org .junit .Assert ;
42+ import org .junit .Ignore ;
43+ import org .junit .Test ;
44+ import org .junit .runner .RunWith ;
45+
46+ import java .util .concurrent .CompletableFuture ;
4047import java .util .concurrent .ExecutionException ;
4148import java .util .concurrent .Future ;
42- import java . util . concurrent . CompletableFuture ;
43- import okhttp3 .Call ;
49+
50+ import okhttp3 .MediaType ;
4451import okhttp3 .OkHttpClient ;
4552import okhttp3 .Protocol ;
4653import okhttp3 .Request ;
4754import okhttp3 .Response ;
4855import okhttp3 .ResponseBody ;
49- import okhttp3 .MediaType ;
50- import org .json .JSONObject ;
51- import org .junit .Assert ;
52- import org .junit .Ignore ;
53- import org .junit .Test ;
54- import org .junit .runner .RunWith ;
5556
5657/**
5758 * Tests for AuthConfigUtil.
You can’t perform that action at this time.
0 commit comments