TestSuiteSourceSet.TestApk

Added in 9.5.0-alpha07

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

kotlin

Added in 9.5.0-alpha07
val kotlin: SourceDirectories.Flat?

manifestFile

Added in 9.5.0-alpha07
val manifestFile: File

resources

Added in 9.5.0-alpha07
val resources: SourceDirectories.Flat

type

open val type: TestSuiteSourceType

The source type.