MeFisto94 / jme3-testing

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

JVM Forking Behavior #5

Open MeFisto94 opened 3 years ago

MeFisto94 commented 3 years ago

Forking happens on a per-class base, so a lot of our tests run on the same JVM, where one hangup causes trouble down-the-line, also side effects can't be avoided that way.

The only real fix is moving out the current structure into loads of small classes, trying to keep everything clear enough.