HasTestSuites

Added in 9.0.1

interface HasTestSuites

Known direct subclasses
ApplicationVariant

Model for application components that only contains build-time properties.


Variant that optionally have TestSuites.

Summary

Public properties

Map<String, TestSuite>

Variant's com.android.build.gradle.internal.testsuites.TestSuite configuration to configure test suites associated with this variant.

Public properties

suites

Added in 9.0.1
val suites: Map<String, TestSuite>

Variant's com.android.build.gradle.internal.testsuites.TestSuite configuration to configure test suites associated with this variant.

Returns
Map<String, TestSuite>

a Map which keys are unique names within the test suites