Switch to unified view

a b/bodypostureapp/app/src/androidTest/java/eu/alfred/bodypostureapp/ApplicationTest.java
1
package eu.alfred.bodypostureapp;
2
3
import android.app.Application;
4
import android.test.ApplicationTestCase;
5
6
/**
7
 * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
8
 */
9
public class ApplicationTest extends ApplicationTestCase<Application> {
10
    public ApplicationTest() {
11
        super(Application.class);
12
    }
13
}