TtiviHardwareViewComparisonTestCase

@IviExperimental(reasons = [])
abstract class TtiviHardwareViewComparisonTestCase : HardwareViewComparisonTestCase

Constructors

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
open val clearSharedPreferencesRule: ClearSharedPreferencesRule
Link copied to clipboard
Link copied to clipboard
val ruleChain: RuleChain
Link copied to clipboard
Link copied to clipboard
val testLifecycleOwner: TestLifecycleOwner
Link copied to clipboard
Link copied to clipboard
var themeId: ViewComparisonConfiguration.Companion.ViewComparisonTheme

Inherited functions

Link copied to clipboard
fun assertViewMatchesReferenceImage(view: View, testInfo: ViewComparison.TestInfo, drawTwice: Boolean)
fun assertViewMatchesReferenceImage(view: View, postfix: String, drawTwice: Boolean)
fun <Binding : ViewDataBinding> assertViewMatchesReferenceImage(layoutRes: Int, surfaceColor: Int?, attachViewModel: (binding: Binding) -> Unit)
Link copied to clipboard
fun <Binding : ViewDataBinding> createBoundView(layoutRes: Int, surfaceColor: Int?, attachViewModel: (binding: Binding) -> Unit): View
fun <Binding : ViewDataBinding> createBoundView(layoutRes: Int, widthMeasureSpec: Int, heightMeasureSpec: Int, surfaceColor: Int?, attachViewModel: (binding: Binding) -> Unit): View
Link copied to clipboard
fun createView(layoutRes: Int, widthMeasureSpec: Int, heightMeasureSpec: Int, surfaceColor: Int?, configureView: (view: View) -> Unit): View
Link copied to clipboard
fun getDimensionPixelSize(dimenRes: Int): Int
Link copied to clipboard
open override fun getRenderer(): ViewRenderer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun tearDown()