AndroidJUnitPlatformExtension

abstract class AndroidJUnitPlatformExtension @Inject constructor(project: Project, objects: ObjectFactory) : GroovyObjectSupport

Constructors

Link copied to clipboard
@Inject
constructor(project: Project, objects: ObjectFactory)

Properties

Link copied to clipboard
@get:Input
abstract val configurationParameters: MapProperty<String, String>
Link copied to clipboard

Options for controlling instrumentation test execution with JUnit 5

Link copied to clipboard

Options for controlling Jacoco reporting

Link copied to clipboard
var metaClass: MetaClass

Functions

Link copied to clipboard

Add a configuration parameter

Link copied to clipboard

Add a map of configuration parameters

Link copied to clipboard
fun filters(action: Action<FiltersExtension>)

Configure the global {@link FiltersExtension} for all variants.

fun filters(qualifier: String?, action: Action<FiltersExtension>)

Configure the {@link FiltersExtension} for tests that belong to the provided build variant

Link copied to clipboard
open fun getProperty(p0: String): Any
Link copied to clipboard
Link copied to clipboard
open fun invokeMethod(p0: String, p1: Any): Any
Link copied to clipboard
fun jacocoOptions(action: Action<JacocoOptions>)
Link copied to clipboard
fun methodMissing(name: String, args: Any): Any?
Link copied to clipboard
open fun setProperty(p0: String, p1: Any)