Skip to content

Instantly share code, notes, and snippets.

package com.netpulse.mobile.refer_friend;
import android.content.ComponentName;
import android.support.test.espresso.intent.rule.IntentsTestRule;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import com.netpulse.mobile.R;
import com.netpulse.mobile.core.api.MockReferralApi;
import com.netpulse.mobile.core.api.Referral;
package com.netpulse.mobile.training.client;
import android.support.annotation.Nullable;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.netpulse.mobile.core.client.NetpulseRequest;
import com.netpulse.mobile.core.exception.NetpulseException;
import com.netpulse.mobile.core.model.UserCredentials;
import com.netpulse.mobile.training.model.BrandDescription;