java - unit testing for proprietary ide -


i add sort of unit testing ide known "ibs integrator".

how ide works: write "java-ish" code in .itr files. when press run button these files compiled .class , .java files. have no idea happens next.

does have advise on how make unit testing work in setup this? hopping framework phpunit or rspec. know different langagues similar tool java nice. i'm not sure (if anything) can interact .class/.java files.

i prefer open-source if possible.

since ibs integrator compiles .class files, should able write junit tests in java against classes, , run them you'd run junit tests (kick off ant or maven, open eclipse , run them there, etc.). , can't think of reason use technology (phpunit, rspec, etc.) writing tests of java code; junit seems clear winner here.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -