Package com.autonomousapps
Class GradleTestKitSupportExtension
-
- All Implemented Interfaces:
public abstract class GradleTestKitSupportExtension
-
-
Constructor Summary
Constructors Constructor Description GradleTestKitSupportExtension(Project project)
-
Method Summary
Modifier and Type Method Description final UnitwithSupportLibrary(String version)Adds a dependency on com.autonomousapps:gradle-testkit-supportwith version DEFAULT_SUPPORT_VERSION unless otherwise specified.final UnitwithSupportLibrary()Adds a dependency on com.autonomousapps:gradle-testkit-supportwith version DEFAULT_SUPPORT_VERSION unless otherwise specified.final UnitwithTruthLibrary(String version)Adds a dependency on com.autonomousapps:gradle-testkit-truthwith version DEFAULT_TRUTH_VERSION unless otherwise specified.final UnitwithTruthLibrary()Adds a dependency on com.autonomousapps:gradle-testkit-truthwith version DEFAULT_TRUTH_VERSION unless otherwise specified.-
-
Method Detail
-
withSupportLibrary
@JvmOverloads() final Unit withSupportLibrary(String version)
Adds a dependency on
com.autonomousapps:gradle-testkit-supportwith version DEFAULT_SUPPORT_VERSION unless otherwise specified.
-
withSupportLibrary
@JvmOverloads() final Unit withSupportLibrary()
Adds a dependency on
com.autonomousapps:gradle-testkit-supportwith version DEFAULT_SUPPORT_VERSION unless otherwise specified.
-
withTruthLibrary
@JvmOverloads() final Unit withTruthLibrary(String version)
Adds a dependency on
com.autonomousapps:gradle-testkit-truthwith version DEFAULT_TRUTH_VERSION unless otherwise specified.
-
withTruthLibrary
@JvmOverloads() final Unit withTruthLibrary()
Adds a dependency on
com.autonomousapps:gradle-testkit-truthwith version DEFAULT_TRUTH_VERSION unless otherwise specified.
-
-
-
-