gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

DOH unit tests for audio #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to use Dojo's DOH framework to define unit tests based on
callback responses. DOH is supposed to have strong support for asynchronous
tests. It couldn't test everything (like actual audio output) but
monitoring the callbacks will give good coverage and tell us when we break
something accidentally.

In fact, we should probably have tests in place before going to the new
architecture supporting extensions so we know if we're introducing bugs or
happening upon latent ones.

Original issue reported on code.google.com by c...@unc.edu on 16 Aug 2008 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by c...@unc.edu on 13 Sep 2008 at 3:40

GoogleCodeExporter commented 9 years ago
First set completed in commit #119.

Original comment by c...@unc.edu on 13 Dec 2008 at 1:12