Skip to content

e4c5/antikythera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Test Generator for java projects (WIP)
-

At the moment this project can generate simple unit tests for most methods and it can also generate API tests using RESTAssured for simple end points. 
The end goal is to be able to generate unit tests for full coverage and API tests for all end points in a restfull web application.

At the moment only maven projects are supported but gradle projects will be added soon.

The expression evaluation engine is used in the test generation project and it relies heavily on reflection. So don't forget to add the following VM argument
     `--add-opens java.base/java.util.stream=ALL-UNNAMED`

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%