TestFixtures

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


Summary

Public properties

Provider<String>

The namespace of the generated R class.

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.

From class HasAndroidResources
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.