SE254

From Marks Wiki
Jump to navigation Jump to search

Hi everyone!

I believe some people are facing the difficulty of "running" the files for testing the testcases that are going to be written in TestTemperature.java.

Here is the shell script that you need to use to do the assignment. Eclipse won't help you in doing the assignment because the files are precompiled class files. The directory structure should be so:


<any path>/se254/

<any path>/junit.jar

<any path>/run.sh


  • se254 is a directory in the above path. It contains sub-directories: A, B, C, D, E, F, G, H, I, J, correct + TestTemperature.java
  • The any path has to be constant for all three: se254, junit.jar, run.sh

Heres the shell script:


http://drop.io/shscript


Hope this helps you :)