A tool for specification-based test generation using LLMs to create JUnit tests that violate postconditions, validated through dynamic invariant detection with Daikon.
./experiments/setup.sh# Using local models (e.g., Ollama)
./experiments/run-testgen.sh -m "L_Llama323Instruct_Q8" -p "General_V1"
# Using multiple models and prompts (output folder optional)
./experiments/run-testgen.sh -m "model1,model2" -p "General_V1,GeneralV2" -o output/This project is licensed under the terms of the MIT open source license. Please refer to the LICENSE file for the full terms.