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?
我知道它是为Java代码创建的,我认为它也非常昂贵。这真的是我所能记住的,任何人都知道我在想什么程序/库?
2 个解决方案
#1
The AgitarOne JUnit Generator comes to mind. I'm not sure it's what you're thinking of, though.
我想到了AgitarOne JUnit Generator。不过,我不确定这是你在想什么。
#2
JTest from Parasoft may be what you're thinking of.
来自Parasoft的JTest可能就是您的想法。
#1
The AgitarOne JUnit Generator comes to mind. I'm not sure it's what you're thinking of, though.
我想到了AgitarOne JUnit Generator。不过,我不确定这是你在想什么。
#2
JTest from Parasoft may be what you're thinking of.
来自Parasoft的JTest可能就是您的想法。