-
I'm having trouble sorting out this issue.... I run the Main class in the sample module and everything is fine. The problem comes with I run tests. The test that produced this error is a wrapper over the Main class. IOWs, the only difference here is that Main is called within a junit test which is in an anonymous module. The Diarizer interface is in the API module, the provided implementations are in the parser module. Main is in the sample module. Caused by: java.util.ServiceConfigurationError: Unable to find a suitable provider to create a diary ideas welcome :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution implemented was to place integration tests into a separate module. |
Beta Was this translation helpful? Give feedback.
The solution implemented was to place integration tests into a separate module.