Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 326 Bytes

junit_test_gen

needs python 2.7+

first of all change field_values.json to match fields that are in your classes

how to run: python test_gen.py [pathInput] [pathOutput] [PackageOutputName]

you can customize the template in order to generate tests for any language, ath the moment it is meant to create java-junit tests.