gramtest
gramtest copied to clipboard
GramTest: A tool for Grammar based Test case generation
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...
The following grammar leads to a non-termination in test case generation. ``` ::= [] ::= | | | | | | | | | ::= "(" {} ")" ::= "("...