Submitting Java Code with Junit unit test

Posted by LivingThing on Programmers See other posts from Programmers or by LivingThing
Published on 2012-04-10T14:35:10Z Indexed on 2012/04/10 17:45 UTC
Read the original article Hit count: 385

Filed under:
|
|

I have mostly work on simple java programs and compiled and run it with eclipse on Windows. So, i have no experience of using command prompt for compiling Java projects and do not have much info about what actually happens beneath the play button in Eclipse.

Now i have to submit a Java application which will have basic operation on XML. My project also will have (JUnit) Unit Test.

My question is related to submission of this Project.

  1. Which files would be necessary to submit the code. So, it executes properly?
  2. Does chosing eclipse as an IDE or junit as a unit testing framweork produces any dependenices i.e the executor of the program should have eclipse/libraries to execute the program on his machine?

© Programmers or respective owner

Related posts about java

Related posts about eclipse