toggle menu
tests
0.0.4
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractPeriodicCommitStrategyTests
Abstract
Periodic
Commit
Strategy
Tests
abstract
class
AbstractPeriodicCommitStrategyTests
(
val
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Periodic
Commit
Strategy
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
store
Link copied to clipboard
val
store
:
DataStore
Functions
delete
Database
Link copied to clipboard
abstract
suspend
fun
deleteDatabase
(
)
get
Total
Cache
Memory
Size
Link copied to clipboard
abstract
fun
getTotalCacheMemorySize
(
)
:
Int
get
Unsaved
Memory
Link copied to clipboard
abstract
fun
getUnsavedMemory
(
)
:
Int
test
if
Cache
Is
Periodically
Flushed
correctly
Link copied to clipboard
fun
test if Cache Is Periodically Flushed correctly
(
)
:
TestResult