Skip to content

Instantly share code, notes, and snippets.

View Nammari's full-sized avatar

Ahmed Nammari Nammari

  • MarkaVIP
  • Dubai
View GitHub Profile
@Nammari
Nammari / ActivityRealmRobolectricTest.java
Created August 30, 2016 23:14 — forked from jturolla/ActivityRealmRobolectricTest.java
This gist provides a simple example of mocking a Realm database for android in java using Robolectric.
package com.example;
import android.content.Intent;
import android.widget.Button;
import com.example.MockSupport;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;