Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 882 Bytes

BUILD.rest

File metadata and controls

22 lines (17 loc) · 882 Bytes

Building

Maven is used as build tool for Javalib-core. Source code layout follows the normal Maven convention of src/main and src/test. JUnit and JMock are used in the unit tests.

Robot Tests

There are some number of robot tests under src/test/robotframework/acceptance; these are executed for example with mvn verify

Releasing