TestSuiteSourceSet.TestApk

Added in 9.3.3

@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.3.3
val java: SourceDirectories.Flat?

kotlin

Added in 9.3.3
val kotlin: SourceDirectories.Flat?

manifestFile

Added in 9.3.3
val manifestFile: File

resources

Added in 9.3.3
val resources: SourceDirectories.Flat

type

open val type: TestSuiteSourceType

The source type.