Unit tests - makstron/info GitHub Wiki

Located at module-name/src/test/java/.

These are tests that run on your machine's local Java Virtual Machine (JVM).

Use these tests to minimize execution time when your tests have no Android framework dependencies or when you can mock the Android framework dependencies.