From abce9225f5f8d7091bbe0e50c8217eac65ad3424 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 7 Nov 2018 11:06:56 +0530 Subject: [PATCH] Update the junitlauncher task to explain the ability to include JUnit libraries as part of the task's classpath --- manual/Tasks/junitlauncher.html | 74 +++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 31 deletions(-) diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html index fb362598d..1eb8b6b0e 100644 --- a/manual/Tasks/junitlauncher.html +++ b/manual/Tasks/junitlauncher.html @@ -102,15 +102,18 @@ To have these in the test classpath, you can follow either of the following approaches:

-