ProtoTest / JGolem

Java port of Golem (C#)
1 stars 1 forks source link

JGolem

Java port of Golem (C#)

To build the framework: 'mvn clean install' -- Cleans, updates all dependencies using maven, builds, and installs each sub-modules JAR file to in your user .m2 directory.

To run a test suite from a sub-module: cd \<sub-module dir>; mvn test