toggle menu
tests
0.0.1-dev5
common
switch theme
search in API
tests
/
kotlinx.document.database.tests
/
AbstractObjectCollectionTests
Abstract
Object
Collection
Tests
abstract
class
AbstractObjectCollectionTests
(
store
:
DataStore
)
:
BaseTest
Members
Constructors
Abstract
Object
Collection
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
(
)
Fails
if
collection
type
is
array-like
Link copied to clipboard
fun
Fails if collection type is array-like
(
)
:
TestResult
Fails
if
collection
type
is
not
serializable
Link copied to clipboard
fun
Fails if collection type is not serializable
(
)
:
TestResult
Fails
if
collection
type
is
primitive
Link copied to clipboard
fun
Fails if collection type is primitive
(
)
:
TestResult