Re: ClassLoaders in JUnit Launcher Task

2018-06-03 Thread Jaikiran Pai
On 03/06/18 3:13 PM, Jaikiran Pai wrote: I have now added a section in the junitlauncher task's manual The section's titled "Using the classpath element to include test engines". -Jaikiran to include an example which shows how to setup the classpath element to include thetestengines. The d

Re: ClassLoaders in JUnit Launcher Task

2018-06-03 Thread Jaikiran Pai
I have now added a section in the junitlauncher task's manual to include an example which shows how to setup the classpath element to include thetestengines. The document isn't live yet but can be found in its raw form here[1]. I'm not 100% sure if this is what you were after, so feel free to

Re: ClassLoaders in JUnit Launcher Task

2018-06-01 Thread Jaikiran Pai
HelloLucas, On 01/06/18 10:46 PM, Lucas Bullen wrote: However, when attempting to do this I run into an issue with ClassLoaders. JUnitLauncherTask.execute() [2] sets the thread's ClassLoader to its own or to an AntClassLoader, both of which do not contain the junit TestEngine's Which test en