jvmMain.tech.skot.core.components.SKPagerWithTabsViewMock.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 SKPagerWithTabsViewMock(
pager: SKPagerVC, labels: List
): SKComponentViewMock(), SKPagerWithTabsVC {
override val pager: SKPagerVC = pager
override var labels: List = labels
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy