toggle menu
tests
1.0.0-SNAPSHOT
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractDeleteTests
Abstract
Delete
Tests
abstract
class
AbstractDeleteTests
(
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Delete
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
(
)
deletes
collection
Link copied to clipboard
fun
deletes collection
(
)
:
TestResult
deleting
a
collection
actually
clears
it
Link copied to clipboard
fun
deleting a collection actually clears it
(
)
:
TestResult
deleting
a
collection
that
does
not
exist
does
nothing
Link copied to clipboard
fun
deleting a collection that does not exist does nothing
(
)
:
TestResult