sqlcipher-android/sqlcipher/src/androidTest/java/net/zetetic/database/sqlcipher_cts
2021-07-15 15:34:43 -05:00
..
AndroidSQLCipherTestCase.java Small test case to check cipher_version 2021-07-15 15:34:43 -05:00
DatabaseStatementTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
README Renaming for androidTest files 2021-07-14 11:26:20 -05:00
SQLCipherVersionTest.java Small test case to check cipher_version 2021-07-15 15:34:43 -05:00
SQLiteAbortExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteClosableTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteConstraintExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteCursorTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteDatabaseCorruptExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteDatabaseTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteDiskIOExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteDoneExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteFtsTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteFullExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteMisuseExceptionTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteOpenHelperTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteProgramTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteQueryBuilderTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteQueryTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00
SQLiteStatementTest.java Correct package name and imports for android tests 2021-07-14 12:52:41 -05:00

The tests in this directory are modified versions of the SQLite tests in the
Android CTS (Compatibility Test Suite) project. This project is stored in
a git repository here:

  https://android.googlesource.com/platform/cts

The snapshot was taken from master branch commit id:

  0794ecacb76b54eeee881762d0edfc83209ab05f

  https://android.googlesource.com/platform/cts/+/0794ecacb76b54eeee881762d0edfc83209ab05f

Within that project, the tests are in directory:

  ./tests/tests/database/src/android/database/sqlite/cts/

So:

  https://android.googlesource.com/platform/cts/+/0794ecacb76b54eeee881762d0edfc83209ab05f/tests/tests/database/src/android/database/sqlite/cts