Search in sources :

Example 1 with ApiManager

use of com.fitpay.android.api.ApiManager in project fitpay-android-sdk by fitpay.

the class PlatformConfigTest method ensurePlatformConfigurationIsSetupCorrectly.

@Test
public void ensurePlatformConfigurationIsSetupCorrectly() {
    ApiManager api = ApiManager.getInstance();
    assertNotNull(api.getPlatformConfig());
}
Also used : ApiManager(com.fitpay.android.api.ApiManager) Test(org.junit.Test)

Aggregations

ApiManager (com.fitpay.android.api.ApiManager)1 Test (org.junit.Test)1