options

open fun options(@DelegatesTo(value = TestFrameworkOptions::class) testFrameworkConfigure: Closure): TestFrameworkOptions
open fun options(testFrameworkConfigure: Action<out Any>): TestFrameworkOptions

Configures test framework specific options.

When a Test task is created outside of Test Suites, you should call useJUnit, useJUnitPlatform or useTestNG before using this method. If no test framework has been set, the task will assume JUnit4.

Return

The test framework options.