Artifact b60da8e7d692385a7f3b0068053f45086b14524c:
- File sqlite/sqlite3test/src/androidTest/java/org/sqlite/customsqlitetest/ApplicationTest.java — part of check-in [b5fcf9e7da] at 2016-05-19 15:24:07 on branch android-studio — Upgrade this module so that it takes the form of an Android Studio project. (user: dan size: 358)
- File sqlite3test/src/androidTest/java/org/sqlite/customsqlitetest/ApplicationTest.java — part of check-in [89726d7811] at 2016-05-19 18:01:52 on branch android-studio — Remove the "project" directory from this module. The root of the source tree is now the root of the android studio project. (user: dan size: 358)
package org.sqlite.customsqlitetest; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Application.class); } }