TestSuiteSourceSet.TestApk

Added in 9.1.0-alpha05

@Incubating
interface TestSuiteSourceSet.TestApk : TestSuiteSourceSet


Represents a TestSuiteSourceSet for test apks.

Summary

Inherited functions

From org.gradle.api.Named

Inherited properties

From com.android.build.api.variant.TestSuiteSourceSet
AgpTestSuiteDependencies?

The dependencies associated with this source or null if this type does not support source dependencies (like TestSuiteSourceType.ASSETS]).

Public properties

java

Added in 9.1.0-alpha05
val javaSourceDirectories.Flat?

kotlin

Added in 9.1.0-alpha05
val kotlinSourceDirectories.Flat?

manifestFile

Added in 9.1.0-alpha05
val manifestFileFile

resources

Added in 9.1.0-alpha05
val resourcesSourceDirectories.Flat

type

open val typeTestSuiteSourceType

The source type.