| Class | Description |
|---|---|
| BaseAWTTest |
This class provides some utility functions to properly test the jMonkeyEngine.
Thus it contains simple methods to get and create a headless assetManager amongst other things. In comparison to BaseTest it provides a DesktopAssetManager capable of loading image formats using AWT, which
however makes those tests unsuitable for headless ci testing. |
| BaseTest |
This class provides some utility functions to properly test the jMonkeyEngine.
Thus it contains simple methods to get and create a headless assetManager amongst other things. If you need support for image/texture formats (png, tga, jpg, ...) see BaseAWTTest |
| TerrainCollisionTest |