TestComponent
interface TestComponent : Component
AndroidTest |
Properties for the android test Variant of a module. |
UnitTest |
UnitTest |
This interface is deprecated. Use the com.android.build.api.variant package |
Summary
Public properties |
|
---|---|
MapProperty<String, String> |
|
Inherited functions |
||||
---|---|---|---|---|
|
Inherited properties |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||
Public properties
manifestPlaceholders
val manifestPlaceholders: MapProperty<String, String>
MapProperty
of the test component's manifest placeholders.
Placeholders are organized with a key and a value. The value is a String
that will be used as is in the merged manifest.
Returns | |
---|---|
MapProperty<String, String> |
the |