open class TestTaskProcess : CargoTaskProcessBase
<init> |
TestTaskProcess(project: Project, settings: ProjectSettings, variant: BuildVariant) |
call |
This function is called when RusticTask is executed. Not executed when BuildVariant # enable is false. open fun call(tool: Cargo): Unit |
run |
This method is called when a RusticTask is executed. open fun run(): Unit |