Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can debug into a single unit JUnit test in Eclipse by first making sure you've built the Eclipse files as described elsewhere, and imported the project into Eclipse as described here. Then set one or more breakpoints, highlight the method name of the junit JUnit test method you want to debug into, and do Run-> Debug>Debug.

A test fails with a NullPointerException in MiniDFSCluster

...