Error List

Error List for the ‘JAVA-JUnit’ Category

NoClassDefFoundError when trying to test JUnit

Applies to:
NA

Description:
Occurs when trying to test Junit

Cause:
Most likely your CLASSPATH doesn’t include the JUnit installation directory.

JAVA-JUnit , , , , ,

AssertionFailedError: No tests found in xxx

Applies to:
NA

Description:
Occurs when running tests

Cause:
You have no methods for test in Your class.

JAVA-JUnit ,