testOnly

@get:JvmName(name = "getTestOnly")
@set:JvmName(name = "setTestOnly")
var testOnly: Boolean
Whether this suite is for testing only.

bool test_only = 2;