From 9bbb62c5ca1d349d74c3a299bab6a441361257bf Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 28 Nov 2015 06:55:53 -0800 Subject: [PATCH] ITestRunnerContributor. --- plug-in-development/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 0c9660a..6dd078e 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -184,10 +184,15 @@ Some plug-ings produce projects (Java, Kotlin) while others don't (Packaging, Ap Plug-ins can add flags to the compiler by implementing this interface.

-

Run contributors (IRunContributor)

+

Runner contributors (IRunnerContributor)

Plug-ins that can run a project (task "run") should implement this interface.

+ +

Test runner contributors (ITestRunnerContributor)

+

+ Plug-ins that can run tests (task "test") should implement this interface. +

Interceptors

Interceptors transform data that Kobalt passes them.