JavaTestFixturesPlugin

abstract class JavaTestFixturesPlugin : Plugin<T>

Adds support for producing test fixtures. This plugin will automatically create a `testFixtures` source set, and wires the tests to use those test fixtures automatically. Other projects may consume the test fixtures of the current project by declaring a dependency using the testFixtures method.

See also

<a href="https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures">Java Test Fixtures reference</a>

Constructors

Link copied to clipboard
@Inject
constructor()

Functions

Link copied to clipboard
open fun apply(project: Project)