toggle menu
tests
0.0.2
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractInsertTests
Abstract
Insert
Tests
abstract
class
AbstractInsertTests
(
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Insert
Tests
Link copied to clipboard
constructor
(
store
:
DataStore
)
Properties
db
Link copied to clipboard
val
db
:
KotlinxDocumentDatabase
Functions
delete
Database
Link copied to clipboard
abstract
suspend
fun
deleteDatabase
(
)
inserts
and
retrieves
a
document
using
complex
index
Link copied to clipboard
fun
inserts and retrieves a document using complex index
(
)
:
TestResult
inserts
and
retrieves
a
document
with
index
Link copied to clipboard
fun
inserts and retrieves a document with index
(
)
:
TestResult
inserts
and
retrieves
a
document
without
index
Link copied to clipboard
fun
inserts and retrieves a document without index
(
)
:
TestResult