TestComponent

interface TestComponent : ComponentIdentity, Component

Known direct subclasses
AndroidTest

Properties for the android test Variant of a module.

UnitTest
Known indirect subclasses
UnitTest

This interface is deprecated. Use the com.android.build.api.variant package


Summary

Inherited functions

From class Component
Unit

This function is deprecated. Use the instrumentation block.

Unit
<ParamT : InstrumentationParameters?> transformClassesWith(
    classVisitorFactoryImplClass: Class<AsmClassVisitorFactory<ParamT?>?>?,
    scope: InstrumentationScope?,
    instrumentationParamsConfig: ((ParamT) -> Unit)?
)

This function is deprecated. Use the instrumentation block.