views:

114

answers:

2

I remember there existed a testing program/library that will run your code and/or unit tests, creating all kinds of permutations of the parameters (null values, random integers, strings and so on). I just can't remember what it was called and searching google doesn't seem to come up with anything.

I know it was created for Java code and I think it was quite expensive as well. That's really all I can remember, anyone have a clue what program/library I am thinking about?

+2  A: 

The AgitarOne JUnit Generator comes to mind. I'm not sure it's what you're thinking of, though.

Blair Conrad
well, it does what stian described, it's written in Java, and it's very expensive, so probably correct :)
Michael Borgwardt
A: 

JTest from Parasoft may be what you're thinking of.

Phil