reset password
Author Message
Echoofdeath
Posts: 28
Posted 02:40 Oct 20, 2013 |

i had a question for E4.10,

I was able to make a program file that runs what the assignment is supposed to do on a single java file, and usually i would split the

program file into two class with the actual constructor and the tester but for this one its giving me a hard time making a tester.

does anyone know how i would go about making a tester for this one?

Last edited by Echoofdeath at 02:40 Oct 20, 2013.
cthanh
Posts: 56
Posted 21:05 Oct 20, 2013 |

I currently have the same question as for the structure of the files we need to write for this week's homework.

For this problem, i had one java file with the class for the Car constructor and methods. My other java file was for the user inputs.

Are the java files for inputs considered our tester files or do we need to create another tester file that basically copies the user input class but has predefined values already put in?

Thanks!