Package com.tomtom.ivi.platform.tools.api.testing.testactivity

Types

Link copied to clipboard
class TestIviActivity : DefaultActivity

A IviActivity for testing purpose with the stock system UI.

Link copied to clipboard
abstract class TestIviActivityTestCase(    initialIviServiceTestConfiguration: IviServiceTestConfiguration? = defaultIviServiceTestConfiguration,     skipWaitingForIdleSystemUi: Boolean = false,     testActivityClass: KClass<out Activity> = TestIviActivity::class) : IviActivityTestCase, IviServiceAwareTestCase

Base class for tests that want to use the TestIviApplication.

Link copied to clipboard
class TestIviApplication : TestApplication