All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.yag.punner.report.Render.kt Maven / Gradle / Ivy

Go to download

Punner is a parallel JUnit test runner and maven plugin which can speed up your unit test.

There is a newer version: 0.9.17
Show newest version
package com.github.yag.punner.report

interface Render {

    fun process(results: TestResults)

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy