berkoo / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Netbeans IDE hates googletest macros #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Netbeans 6.8 beta
2. Open any test source file
3. Tests compile and work but IDE says it cannot resolve any identifiers

What is the expected output? What do you see instead?
  IDE should work. Seems to be triggered by the TEST(X,Y){} macro.

What version of the product are you using? On what operating system?
  Ubuntu 8.04 OS, Netbeans 6.8 beta

Please provide any additional information below, such as a code snippet.
I realize this is not a but, your bug, or something that may be fixable. I
thought you might want to be aware of it though.

Original issue reported on code.google.com by JSpren...@gmail.com on 10 Nov 2009 at 2:31

GoogleCodeExporter commented 9 years ago
Thanks for your report. You are right, there is little that can be done to fix 
this in the 
Google Test. You may try to file a bug with NetBeans. Or try asking a question 
on our 
mailing list - maybe someone there has written a plugin to make NetBeans 
recognize 
Google Test test definitions.

Original comment by vladlosev on 12 Nov 2009 at 6:01