TestFixtures

@Incubating interface TestFixtures : GeneratesAar, HasAndroidResources, ComponentIdentity, Component


Public properties

Provider<String>

The namespace of the generated R class.

Inherited functions

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.

ResValue.Key
makeResValueKey(type: String?, name: String?)

Make a ResValue.Key to interact with resValues's MapProperty

Public properties

namespace

val namespaceProvider<String>

The namespace of the generated R class. Also, the namespace used to resolve any relative class names that are declared in the AndroidManifest.xml.