Skip to content

Instantly share code, notes, and snippets.

@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) {