Skip to content

Saturas89/test-driven-generation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%