Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard
val fakeCreatedAt: LocalDateTime
Link copied to clipboard
val fakeUpdatedAt: LocalDateTime
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun fakeBasicCollection(collectionId: Int = 0, name: String = nextLoremIpsum()): BasicCollection
Link copied to clipboard
fun fakeBookFile(bookshelfId: Int = 0, @IntRange(from = 0, to = 19) index: Int = 0): BookFile
Link copied to clipboard
fun fakeDeviceStorage(bookshelfId: Int = 0, @IntRange(from = 0, to = 4) index: Int = 0): DeviceStorage
Link copied to clipboard
fun fakeFolder(bookshelfId: Int = 0, @IntRange(from = 0, to = 19) index: Int = 0): Folder
Link copied to clipboard
fun fakeSmartCollection(collectionId: Int = 0, name: String = nextLoremIpsum()): SmartCollection
Link copied to clipboard
fun fakeSmbServer(bookshelfId: Int = 0, @IntRange(from = 0, to = 4) index: Int = 0): SmbServer
Link copied to clipboard
fun <T : Any> PagingData.Companion.flowData(size: Int = 20, init: (Int) -> T): Flow<PagingData<T>>
Link copied to clipboard
fun <T : Any> PagingData.Companion.flowEmptyData(): MutableStateFlow<PagingData<T>>
Link copied to clipboard
fun <T : Any> PagingData.Companion.flowLoadingData(): MutableStateFlow<PagingData<T>>
Link copied to clipboard
fun nextLoremIpsum(index: Int = 0): String