Uses of Record Class
org.ek9lang.compiler.fuzz.UserFuzzRunner.FuzzResult
Packages that use UserFuzzRunner.FuzzResult
-
Uses of UserFuzzRunner.FuzzResult in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return UserFuzzRunner.FuzzResultModifier and TypeMethodDescriptionUserFuzzRunner.generateMutations(File sourceFile, String outputDir, long seed, int candidateCount) Mode 2: Generate mutated variants of the given source file.UserFuzzRunner.generateTests(File sourceFile, String outputPath, long seed, int candidateCount) Mode 1: Generate edge-case @Test functions for the given source file.