https://github.com/coin-or/jMarkov
Revision 075ff1111e016e5f43cf6158038bb0ecff89d54d authored by Daniel Silva on 17 March 2016, 22:41:04 UTC, committed by Daniel Silva on 17 March 2016, 22:41:04 UTC
1 parent d5e7a06
Raw File
Tip revision: 075ff1111e016e5f43cf6158038bb0ecff89d54d authored by Daniel Silva on 17 March 2016, 22:41:04 UTC
Tip revision: 075ff11
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