usage:
clone JTest project to local directory
change into the directory JTest/src
then excute following commands to prepare environment
javac com/ericsson/jtest/MainClass.java
javac com/ericsson/testcacular/TestAdd.java
excute following command to run the testcase
java com/ericsson/jtest/MainClass "com/ericsson/testcacular/TestAdd/TestAdd"