MeFisto94 / jme3-testing

Unit and Functional Testing for the jMonkeyEngine
MIT License
2 stars 1 forks source link

LWJGL3: Exceptions in enqueued Task firing in start() don't fail the unit test #1

Open MeFisto94 opened 4 years ago

MeFisto94 commented 4 years ago

Try to load an nonexistant asset in SimpleTestApplication#enqueue. LWJGL3 will stop at sta.start() and won't catch the Exception, but the Test won't fail and the Uncaught Exception Handler isn't thrown either.