Page 1 of 1
IdFactoryTest
Posted: Sat Jan 08, 2011 1:10 pm
by jurchiks
What's it for? Isn't called anywhere, main method is empty... Can't find any references to it.
Re: IdFactoryTest
Posted: Sat Jan 08, 2011 1:35 pm
by Sleek
Its a test class. Good use for Junit tests.
Re: IdFactoryTest
Posted: Sat Jan 08, 2011 2:24 pm
by jurchiks
Well, I need more info than that. It's obvious that it's a test class, but is it really necassary or it's only for manual testing in some cases?
Re: IdFactoryTest
Posted: Sat Jan 08, 2011 3:21 pm
by Sleek
It is not needed for live servers if that is what you ask.
Re: IdFactoryTest
Posted: Sat Jan 08, 2011 3:27 pm
by jurchiks
Partly, but I'm thinking should I delete it.
Because if it's only for the team to check some changes in IdFactory then I probably don't need it.