gramtest icon indicating copy to clipboard operation
gramtest copied to clipboard

GramTest: A tool for Grammar based Test case generation

Results 3 gramtest issues
Sort by recently updated
recently updated
newest added

gramtest/src/test/java/com/sourceclear/gramtest/MainTest.java testJSONGram() tends to produce redundant test cases, e.g. ... "lqLTYmCwF" "lqLTYmCwF" "lqLTYmCwV" "lqLTYmCwV" ... Typically, among a 100 generated tests, there are

Hi, thanks for GramTest :) Any idea if it would be doable to use it to something like Apache Commons Compress? A library for compression algorithms. I'm interested in running...

enhancement
help wanted

The following grammar leads to a non-termination in test case generation. ``` ::= [] ::= | | | | | | | | | ::= "(" {} ")" ::= "("...

bug
help wanted