IviConfigActivityTestPlugin

class IviConfigActivityTestPlugin : Plugin<Project>

Gradle plugin for projects that need the TestIviActivity, for tests that require a SystemUiHost.

The plugin configures the project with:

  • The defaults in order to use the TestIviActivity.

  • Android data binding.

  • Dependencies required for the TestIviActivity.

Plugin ID: com.tomtom.ivi.platform.framework.config.activity-test.

Constructors

Link copied to clipboard
fun IviConfigActivityTestPlugin()

Functions

Link copied to clipboard
open override fun apply(project: Project)