|
JUnitTestings
Running Openmeetings [http://junit.org JUnit] tests
IntroductionAutomatic tests are the significant part of development process. Below is the instruction of how to run Openmeetings JUnit tests. Details
ant test ant -Dtestcases=TestError* test
-javaagent:${workspace_loc:ROOT}/lib/openjpa2/openjpa-2.1.0.jar -Dwebapps.root=__<FULL PATH TO OPENMEETINGS>__\dist\red5\webapps\openmeetings
|