Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

(Random) Java Generator for automated Testing, written in Python.

License

Notifications You must be signed in to change notification settings

PhilippMatthes/java-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Generator

Java Generator for automated Testing, written in Python.

Quickstart

To generate a temporary Java file and compile it, run the following code:

# Create random java file (in a temporary directory)
f = RandomTemporaryJavaFile()
print(f)

# Compile the java file with javac
c = f.compile()
print(c)

# Delete both files from the disk
del f
del c

Releases

No releases published

Packages

No packages published

Languages