Testing
"/home/yossef/notes/git/projects/inguide/Testing.md"
path: inguide/Testing.md
- **fileName**: Testing
- **Created on**: 2026-06-16 00:48:42
Testing
Purpose: Test frameworks, test layout, and how to run verification.
Unit Tests
- Framework: JUnit 4 + Mockito 5.14.2
- Location:
app/src/test/java/com/inguide/app/(38 files) - Run:
./gradlew app:testDebugUnitTest - AR module tests:
CoordinateRegistrationTest,ArNavigationViewModelTest,ArRouteDataTest,ParseRouteJsonTest,IndoorPositioningServiceTest
Web JS Tests
- Framework: Vitest 4.1.5 + jsdom
- Location:
maplibra_web/tests/(94 test files, ~417 tests) - Run:
cd maplibra_web && npx vitest run - Key test:
ar-bridge-route.test.js— validates bridge notification inroute.js
Instrumentation Tests
- Framework: AndroidX Test + Espresso
- Location:
app/src/androidTest/(2 files)
Shell Tests
- File:
tests/build-maplibra-web.test.sh
Related: ./Commands.md
continue:[[]]
before:[[]]