Artifact e055206b23a44a9f2a9c320e93381c9a41bdd203:
- File sqlite/sqlite3test/src/test/java/org/sqlite/customsqlitetest/ExampleUnitTest.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: 320)
- File sqlite3test/src/test/java/org/sqlite/customsqlitetest/ExampleUnitTest.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: 320)
package org.sqlite.customsqlitetest; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }