Try this:
a.dontFail()
If it raises an exception, the test will fail, which is what you want.
Essentially, every statement in every program is wrapped in a
expect().not.toThrowException() :-)
--
Alex Chaffee - al...@stinky.com
http://alexch.github.com
http://twitter.com/alexch