toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing
/
TestResult
/
getResultType
get
Result
Type
API
abstract
fun
getResultType
(
)
:
TestResult.ResultType
(
source
)
Returns the type of result. Generally one wants it to be SUCCESS!
Return
The result type.