I've been working on creating a unit test for my java project, and my test keeps on failing even if I made no assertions.
After reading through the stacktrace, I noticed that a method in the retsIQ library I am using is throwing an assertion error. Is there anyway I can ignore this? I'd really rather not decompile and recompile the module.
I should also mention that this exact code works fine if it's not run as a test.
Here is a picture of my test:
Here is a picture of it it not running in a test: