dasher-project / dasher

Dasher
http://www.inference.phy.cam.ac.uk/dasher/
GNU General Public License v2.0
159 stars 45 forks source link

Add a few unit tests for Java #134

Closed cagdasgerede closed 6 years ago

cagdasgerede commented 6 years ago

Add a few unit tests for https://github.com/dasher-project/dasher/tree/master/java.

This then can be used later as a model to add more unit tests.

cagdasgerede commented 6 years ago

Merve will work on this.

cagdasgerede commented 6 years ago

Merve,

make sure to check the new Java project structure that uses gradle. Now you can simply focus on writing a few unit tests.

cagdasgerede commented 6 years ago

There is now the underlying mechanical setup with one test class. Next we would need to add many tests to get some test coverage. That will be done in the context of a new issue.