com.github.mvysny.kaributesting.v10.mock.MockedUI.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of karibu-testing-v10 Show documentation
Show all versions of karibu-testing-v10 Show documentation
Karibu Testing, support for browserless Vaadin testing in Kotlin
package com.github.mvysny.kaributesting.v10.mock
import com.vaadin.flow.component.UI
/**
* A simple no-op UI used by default by [com.github.mvysny.kaributesting.v10.MockVaadin.setup]. The class is open, in order to be extensible in user's library
*/
public open class MockedUI : UI()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy