Skip to content
bugfoo edited this page Nov 20, 2019 · 3 revisions

LAC provides a complete suite of tests to guarantee that all the features are correctly working. jUnit and mockito have been used to create those tests.

In order to run the tests, LAC has to be downloaded in your computer, and both Maven and Java (v1.8+) has to be also installed](https://github.com/kdis-lab/lac/wiki/Building-LAC). The first step is to install all the dependencies required to run tests, running:

$ mvn install

This command will install all the dependencies and then the tests will be run. The next time that tests have to be run, the following command could be used:

$ mvn test
Clone this wiki locally