Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Introduce GUI testing #131

Closed gyorb closed 4 years ago

gyorb commented 5 years ago

automatic GUI tests would be nice again if possible for multiple eclipse versions

dkrupp commented 5 years ago

Implement first a simple test sequence, testing the most basic use case. Prerequisite: We have hello world C project in eclipse.

  1. Empty codechecker config (global and local)
  2. Add nature. Error message appears that codechecker needs to be configured.
  3. Codechecker configuration is given.
  4. build is called for hello world. Expected result: File and project level warnings appear.