| Author |
Particulars of building a Tester Class
|
Lisa Beglaw
Ranch Hand
Joined: Jul 16, 2005
Posts: 65
|
|
I am building a tester class and I am not sure of the specifics on how to do this. One of my methods is to add a new movie to my movieCollection class by selecting it off the object bench. How do I replicate that in a tester class? I am going on the assumption that when running a testerClass the tester should just run the test and everything happens for them.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
Are you using JUnit?
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Lisa Beglaw
Ranch Hand
Joined: Jul 16, 2005
Posts: 65
|
|
Using BlueJ, but I think I have figured it out...Thanks. edited out a code line I accidentally pasted. [ August 10, 2005: Message edited by: Lisa Beglaw ]
|
 |
Tony William
Ranch Hand
Joined: Jun 27, 2005
Posts: 54
|
|
just looked up in the net and see that the systematic testing tools in BlueJ are based on JUnit. Details can be found here
|
MCP, MCP+I, MCSE(NT4), MCSE+I, MCSE(2000), MCDBA, MCSD(VS6)<br />SCJP 5.0, SCBCD 1.3<br />ICED(v5.0), ICSD (WSP5.0)
|
 |
 |
|
|
subject: Particulars of building a Tester Class
|
|
|