From f863e22c4f7305354222a05c166ab0c9739292e3 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 6 Dec 2015 07:45:37 -0800 Subject: [PATCH] Doc update. --- plug-in-development/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plug-in-development/index.html b/plug-in-development/index.html index 4733c3f..c19b214 100644 --- a/plug-in-development/index.html +++ b/plug-in-development/index.html @@ -257,6 +257,15 @@ Plug-ins that can operate when the "test" task gets invoked should implement that interface. + + + ITestSourceDirectoryContributor + IContributor + + + Plug-ins that add test source directories. + +

Example