The WaveformExtractor class (and its concrete implementations) have logic in them that would be very useful to test. The classes contain Android dependencies, such as Bitmap, so either use Android instrumentation tests or possibly add a testable Bitmap interface.
The
WaveformExtractor
class (and its concrete implementations) have logic in them that would be very useful to test. The classes contain Android dependencies, such asBitmap
, so either use Android instrumentation tests or possibly add a testableBitmap
interface.