toggle menu
tests
0.0.2
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractIndexTests
Abstract
Index
Tests
abstract
class
AbstractIndexTests
(
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Index
Tests
Link copied to clipboard
constructor
(
store
:
DataStore
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
db
Link copied to clipboard
val
db
:
KotlinxDocumentDatabase
Functions
delete
Database
Link copied to clipboard
abstract
suspend
fun
deleteDatabase
(
)
id
is
correctly
increased
after
insert
Link copied to clipboard
fun
id is correctly increased after insert
(
)
:
TestResult
index
is
correctly
created
after
insert
Link copied to clipboard
fun
index is correctly created after insert
(
)
:
TestResult
index
is
correctly
created
after
insert
and
update
Link copied to clipboard
fun
index is correctly created after insert and update
(
)
:
TestResult
index
is
correctly
created
before
insert
Link copied to clipboard
fun
index is correctly created before insert
(
)
:
TestResult
object
index
is
created
before
insert
test
Link copied to clipboard
fun
object index is created before insert test
(
)
:
TestResult