goxr3plus / java-stream-player

🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
GNU General Public License v3.0
147 stars 33 forks source link

Unit tests for all or most public methods in StreamPlayer. #29

Closed HelgeStenstrom closed 5 years ago

HelgeStenstrom commented 5 years ago

The test are written mainly as documentation of existing behavior, to give usage examples, and maybe to reveal a bug or two.

Most tests are just placeholders, not fully implemented. All current tests focus on the happy path, there is no test of how the methods fail in the expected way.

goxr3plus commented 5 years ago

I checked it now , looks great :)