main.kotlin.com.intuit.playerui.utils.test.PlayerTestException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testutils Show documentation
Show all versions of testutils Show documentation
A cross-platform semantic rendering engine
The newest version!
package com.intuit.playerui.utils.test
import com.intuit.playerui.core.player.PlayerException
/** Exception denoting an issue during [PlayerTest] setup or teardown */
public class PlayerTestException(message: String, cause: Throwable? = null) : PlayerException(message, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy