Skip to content

Instantly share code, notes, and snippets.

View vegetablesalad's full-sized avatar

Valts vegetablesalad

View GitHub Profile
@vegetablesalad
vegetablesalad / MainActivityTest.java
Created January 19, 2016 15:29 — forked from ChuckJHardy/MainActivityTest.java
Android MainActivityTest Example
package co.uk.myapp.beachroidtest;
import android.app.Fragment;
import android.app.Instrumentation;
import android.test.ActivityInstrumentationTestCase2;
import android.test.TouchUtils;
import android.test.ViewAsserts;
import android.view.View;
public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActivity> {