Awaitility ClassNotFoundExeption
"rsobies" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
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