We should probably have the same class name for our skeleton class, correct? This would be so that we could create an object of that class in our test class to be able to use the methods of the skeleton class no matter whose test class we were using.
I guess that was more than just a question.
Subscribe to:
Post Comments (Atom)
Yes, you are correct. You all need to name your class the same name for them to interact properly.
ReplyDelete