core math Unit Tests - magic-lantern-android-studio/mle-documentation GitHub Wiki
There are currently four unit tests for the core-math library:
- MlRotationUntTest
- MlTransformUnitTest
- MlVector2UnitTest
- MlVector3UnitTest
To run these tests, right-click on the app/src/test/java/com.wizzer.mle.math folder in the Android Studio Project window. Select "Run 'Tests in'math" to execute the Junit4 tests.