For my program I have to run a JUnit tests and I don't quite pass all the tests.
Here are the errors:
initializationError
- no runnable methods
- java.lang.Exception
- at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

How do I correct these? or what do they mean exactly?