Resources and Guidelines 5

From CDOT Wiki
Revision as of 21:41, 15 March 2010 by Peter.liu (talk | contribs) (Created page with '== Activity 5: Enhance code coverage. == == Resources == * Andrew Overholt's Presentation (videos) * Eclipse FAQ [http://wiki.eclipse.org/The_Official_Eclipse_FAQs] * Java Code ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Activity 5: Enhance code coverage.

Resources

  • Andrew Overholt's Presentation (videos)
  • Eclipse FAQ [1]
  • Java Code Coverage for Eclipse [2]

Guidelines

  • Watch Andrew's demo.
  • Run the Eclipse code coverage tool, EclEmma, on Eclipse Linux Tools. If someone is interested, we need to ask Andrew and the Eclipse Linux Tools community for guidance.
  • Check out the source code from the SVN repository.
    • When you install Subclipe, you need to fix the problem of missing JavaHL Library.
  • Inspect some of the existing JUnit tests and plug-in tests.
  • Create new JUnit tests and plugin tests.