toggle menu
tests
0.0.4
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractOnChangeCommitStrategyTests
Abstract
On
Change
Commit
Strategy
Tests
abstract
class
AbstractOnChangeCommitStrategyTests
(
val
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
On
Change
Commit
Strategy
Tests
Link copied to clipboard
constructor
(
store
:
DataStore
)
Properties
db
Link copied to clipboard
val
db
:
KotlinxDocumentDatabase
store
Link copied to clipboard
val
store
:
DataStore
Functions
delete
Database
Link copied to clipboard
abstract
suspend
fun
deleteDatabase
(
)
get
Store
File
Size
Link copied to clipboard
abstract
fun
getStoreFileSize
(
)
:
Long
test
if
insert
are
directly
committed
on
disk
Link copied to clipboard
fun
test if insert are directly committed on disk
(
)
:
TestResult