BluetoothConnectivityPanelViewTestCase

abstract class BluetoothConnectivityPanelViewTestCase : TtiviSoftwareViewComparisonTestCase

Constructors

Link copied to clipboard
constructor()

Inherited properties

Link copied to clipboard
open val clearSharedPreferencesRule: ClearSharedPreferencesRule
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
val viewComparisonConfiguration: ViewComparisonConfiguration

Inherited functions

Link copied to clipboard
fun assertViewMatchesReferenceImage(view: View, testInfo: ViewComparison.TestInfo)
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 createFragmentView(width: Int?, height: Int?, surfaceColor: Int?, createFragment: () -> Fragment): View
fun createFragmentView(width: Int?, height: Int?, surfaceColor: Int?, createFragment: () -> Fragment, configureFragment: Fragment.() -> 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 stubRemoteResource(resourceId: Int, initialStatus: RemoteImageDownloadStatus, convertToBmp: Boolean, remoteImageSize: RemoteImageSize?): Uri
Link copied to clipboard
fun tearDown()
Link copied to clipboard
fun updateDownloadStatus(status: RemoteImageDownloadStatus)