#None of my test methods are passing.

1 messages · Page 1 of 1 (latest)

night urchinBOT
#

This post has been reserved for your question.

Hey @molten canyon! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

molten canyon
#

I have an interface called. Stack with an abstract test class called StackTest. Another class called LinkedList implements Stack while LinkedListTest extens StackTest and that way I implement my methods on StackTest but run them in the LinkedList. So far so good but none of the test methods are running. I only need help understanding the test btw.