How to execute a Test code ?
Hello,
How to execute the test codes in JNode ?
Suppose I kept that file in the org.jnode.test.TestClassInit.java and just recompiled the JNode code tree.
Then when i trying to run the code as Jnode/>org.jnode.test.TestClassInit (enter) then the "Shell Command Exception " like message is coming.
What is the solution point of it ?
Thanks and regards,
Tanmoy Deb
- tango_java_06's blog
- Login to post comments
Solution of this problem
Actually, for this case we have to choose the Grub menu of the "JNode Tests( All Plugins + Tests with MP)"
So, then we can run a test code directly from the command prompt as --
JNode/>org.jnode.test.TestClassInit (enter)
Then it should work.
Thanks.