jvmMain.tech.skot.core.components.SKBoxViewMock.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viewmodelTests Show documentation
Show all versions of viewmodelTests Show documentation
viewmodelTests description
package tech.skot.core.components
class SKBoxViewMock(itemsInitial: List, hiddenInitial: Boolean?): SKComponentViewMock(), SKBoxVC {
override var items: List = itemsInitial
override var hidden: Boolean? = hiddenInitial
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy