TestSuiteSource

Added in 9.0.0-alpha13

@Incubating
interface TestSuiteSource : Named


A test source abstraction which can be either an asset folder, a host jar source, or a test apk source.

Summary

Public properties

AgpTestSuiteDependencies?

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

TestSuiteSourceType

The source type.

Inherited functions

From org.gradle.api.Named

Public properties

dependencies

Added in 9.0.0-alpha13
val dependenciesAgpTestSuiteDependencies?

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

The dependencies added through the DSL declarations will not be queryable through the returned instance. This dependencies is only for adding new dependencies that were not added at the DSL declaration.

type

Added in 9.0.0-alpha13
val typeTestSuiteSourceType

The source type.