On 5/6/2010 11:18 AM, Ville Voutilainen wrote:
That doesn't, unfortunately, solve the concern Mark states above. What we'd like to have is capability to say Assert((5 + 6 + 7) == 18); and have that output the parameters in string form and as computed values as well. You can do something like that pretty easily with lisp, but not with java. ;)
Doesn't AspectJ provide a way to do this? I seem to recall that you can stringify a join point.