CppUTestEclipsePlugin icon indicating copy to clipboard operation
CppUTestEclipsePlugin copied to clipboard

Eclipse plugin for CppUTest unit test harness

Results 10 CppUTestEclipsePlugin issues
Sort by recently updated
recently updated
newest added

Hi, I am using Clion and would like to have a plugin to support me with Clion. Do you plan or work on a plugin for Clion? Regards Stefan p.s....

> $ mvn --version > Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00) > Maven home: /usr/local/Cellar/maven/3.2.1/libexec > Java version: 1.6.0_65, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform...

I cloned the Git repository and then attempted to install from the update-site/site directory. It is looking for org.cpputest.plugin.general,1.0.0.201207131024.jar, but there is only org.cpputest.plugin.general_1.0.0.201207110635.jar for some reason. Renaming doesn't help...

When building under OS X with java version "1.7.0_04" I receive a fatal error. I have little expertise in Java. This may have nothing to do with the plugin. I...

I install CppUTestEclipsePlugin from site.zip into Eclipse IDE for C/C++ Linux Developers Version: Indigo Service Release 2 I'm little confused that menu CppUTest include only 'Copy Empty Stub To Clipboard'...

1. right click on a function or function pointer declaration or definition 2. select create mock 3. change the suggested name for the mock 4. select which file to put...

1.from the menu select create test case 2.select a test group from the popup 3.type in a test name 4.see my empty test in the current position of the current...

from the menu select create test group and type in the group name than the plugin will create an empty test group in the current file.