Uses of Record Class
org.ek9lang.compiler.fuzz.SymbolHarvester.HarvestResult
Packages that use SymbolHarvester.HarvestResult
-
Uses of SymbolHarvester.HarvestResult in org.ek9lang.compiler.fuzz
Methods in org.ek9lang.compiler.fuzz that return SymbolHarvester.HarvestResultModifier and TypeMethodDescriptionHarvest testable surfaces from an EK9 source file.SymbolHarvester.harvestFromSource(String source, String filename) Harvest testable surfaces from EK9 source text.Methods in org.ek9lang.compiler.fuzz with parameters of type SymbolHarvester.HarvestResultModifier and TypeMethodDescriptionUserTestGenerator.generate(SymbolHarvester.HarvestResult harvest, int candidateCount, Random random) Generate test candidates for all testable surfaces in the harvest result.