[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[sqlite3] index


Tests to validate proper execution of sqlite3.
(Also you may want to see how to browse sqlite3 databases in Managing and browsing sqlite databases)

How to run this tests

The tests are designed to run in Android platform.

Test pages


Index chunks

"Evaluating first chunk of the test set"

(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
].
(Smalltalk includesKey: #JavaObject) ifFalse: [
    self print: 'Require jx8-android platform.'.
    self abort
].
(Smalltalk includesKey: #SQLiteDatabase) ifFalse: [
    self print: 'Require SQLite framework.'.
    self abort
].