https://github.com/coin-or/jMarkov
Revision c62a310f2cace651967335ad3a0156d89cfe9bda authored by Daniel Silva on 30 November 2014, 22:32:53 UTC, committed by Daniel Silva on 30 November 2014, 22:32:53 UTC
1 parent ed48b5f
Raw File
Tip revision: c62a310f2cace651967335ad3a0156d89cfe9bda authored by Daniel Silva on 30 November 2014, 22:32:53 UTC
Tip revision: c62a310
TEST.txt
Last updated August 17, 2014

jMarkov Unit Tests 

The jMarkov source code includes a set of Unit Tests. 
These can be found in the test folder,
which includes separate test classes for the jMarkov, 
the jMDP, and the jPhase modules. 
New tests can be included in this folder using jUnit, 
as in the existing tests.  

back to top