14 Mar
2009
14 Mar
'09
11:21 p.m.
Robert Poor wrote:
If anyone asks me to, I can write this as a more automated test to check for both errors. Is there an official "test harness" for ChucK, i.e. using asserts() or the equivalent?
There is an Assert.ck class at http://github.com/heuermh/lick/tree/master which loosely follows JUnit. See also, e.g. ArrayListTest.ck. michael