You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
I defined a JUnit verification method with MANIFEST.MF dependencies on a custom plugin. The JUnit test can run successfully using Run As -> JUnit Plugin Test but an assurance case using the same test case fails with what appears to be a classloader error, however nothing appears in the log.
I copied the source code of the depended-on plugin into my JUnit test project and then the assurance case completed normally.
I defined a JUnit verification method with MANIFEST.MF dependencies on a custom plugin. The JUnit test can run successfully using Run As -> JUnit Plugin Test but an assurance case using the same test case fails with what appears to be a classloader error, however nothing appears in the log.
I copied the source code of the depended-on plugin into my JUnit test project and then the assurance case completed normally.