api / org.gradle.api.tasks.testing / Test / getOptions

getOptions

open fun getOptions(): TestFrameworkOptions

Returns test framework specific options. Make sure to call #useJUnit(), #useJUnitPlatform() or #useTestNG() before using this method.

Return
The test framework options.