toggle menu
tests
0.0.1-dev1
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractUpdateTests
Abstract
Update
Tests
abstract
class
AbstractUpdateTests
(
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Update
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
(
)
updates
a
document
with
index
Link copied to clipboard
fun
updates a document with index
(
)
:
TestResult
updates
a
document
without
index
Link copied to clipboard
fun
updates a document without index
(
)
:
TestResult
upsert
inserts
a
document
with
index
Link copied to clipboard
fun
upsert inserts a document with index
(
)
:
TestResult
upsert
inserts
a
document
without
index
Link copied to clipboard
fun
upsert inserts a document without index
(
)
:
TestResult