Re: Awaitility ClassNotFoundExeption
geertjan wielenga <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Organization | Oracle Corporation |
| Message-ID | <[email protected]> |
Provide a small sample app reproducing the problem on GitHub or somewhere so that someone can take a look. Gj On 16-9-2016 11:42, rsobies wrote: > hi > i am trying to use Awaitility library in test unit of my netbens rcp application (tests are in main project, maven) > When running public static Test suite, classes are loaded by the systemClassLoader. > but if test method is invoked, the default class loader is changed( to org.netbeans.ModuleManager.SystemClassLoader i guess) and Awaitility classes are no longer seen in classpath. > > any help pls > best regards > > > >