package com.example.app; import android.test.InstrumentationTestCase; public class SimpleTest extends InstrumentationTestCase { public void testFoo() { } }