Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.39 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.39 KB

Test Driven Generator

The idea behind this tool is explained in this presentation.

Currently, it only supports JUnit 5 test classes as input.

Schema

The entire idea in a nutshell.

schema schema

Example usage

test-driven-generator.jar <path to JUnit 5 test class>

Command line arguments

If there is only one command line argument it is assumed that this is a path to a JUnit 5 test class. If there are more arguments you should use the flags below.

Possible flags

flag argument description
--test-file path to test file
--family LLM family possible values: ollama, chatgpt
--model LLM model examples: llama3, gpt-4 (valid models depend on the chosen family)
--working-directory path to working directory