beforeEach

abstract fun beforeEach(configAction: Action<in T>)(source)

Apply the given action to each set element just after it is created.

The configuration action is equivalent in terms of lifecycle to org.gradle.model.Defaults rule methods.

Parameters

configAction

the object configuration