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());
}
Aggregations