Skip to content

Instantly share code, notes, and snippets.

View OnlyInAmerica's full-sized avatar

David Brodsky OnlyInAmerica

  • Oakland, CA
View GitHub Profile
@rciovati
rciovati / MediumTestsIntrumentationTestRunner.java
Last active August 22, 2016 11:06
Running small or medium tests with connectedInstrumentTest task
package it.mypackage.test.runner;
import android.os.Bundle;
import android.test.InstrumentationTestRunner;
public class MediumTestsIntrumentationTestRunner extends InstrumentationTestRunner {
@Override
public void onCreate(Bundle arguments) {