https://github.com/cpputest/cpputesteclipseplugin
Eclipse plugin for CppUTest unit test harness
https://github.com/cpputest/cpputesteclipseplugin
Last synced: 8 months ago
JSON representation
Eclipse plugin for CppUTest unit test harness
- Host: GitHub
- URL: https://github.com/cpputest/cpputesteclipseplugin
- Owner: cpputest
- Created: 2011-05-15T07:01:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T09:31:49.000Z (over 3 years ago)
- Last Synced: 2025-04-23T14:15:17.968Z (12 months ago)
- Language: Java
- Homepage:
- Size: 951 KB
- Stars: 18
- Watchers: 5
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
CppUTest Eclipse Plugin
========================
CppUTest is a general purposed unit test framework for C/C++. This plugin is made to make unit testing esier to work with CppUTest & Eclipse.
The goal of this plugin is roughly:
1. Act like JUnit plugin (red/green bars!)
2. Support Test-Driven Developent
3. Make unit testing for legacy code easier
How To Build
------------------
mvn install
This will run the unit test & integration test and then generate the update package/site.
The update site is at update-site/target
How To Work On It
-------------------
1.clone the project
2.import projects from the folder
Each folder is a eclipse project, they are:
org.cpputest.plugin The general plug-in implementation.
This part will do stub/mock code generation.
It does not depend on CDT
org.cpputest.runtools(planning) The cpputest run tools.
It will depend on CDT
org.cpputest.feature Feature description of the plug-in
org.cpputest.plugin.unittest Unit tests
SWTBotTest Integration test
In order to edit SWTBotTest project, you might need to install SWTBot eclipse plug-in.