scala.tools.partest
A trait for testing icode. All you need is this in a partest source file:
object Test extends IcodeTest
And then the generated output will be the icode for everything in that file. See source for possible customizations.
Debugger interest only below this line *
(Since version 2.10.0) Use leftOfArrow instead
(Since version 2.10.0) Use resultOfEnsuring instead
A trait for testing icode. All you need is this in a partest source file:
And then the generated output will be the icode for everything in that file. See source for possible customizations.