Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
3 stars 2 forks source link

Add getListOfBeaconTypes to AudioEngine and instrumentation test for it #38

Closed davecraig closed 3 months ago

davecraig commented 3 months ago

getListOfBeaconTypes returns a list of the names of the available beacons within the AudioEngine. This is to allow the UI to interrogate the AudioEngine rather than having two separate lists of beacon types. In addition, I didn't understand enough about Instrumentation tests when I wrote the AudioEngine code. Now that I do, I've added a belated set of initial tests.