Cevelop / Issues

The official issue tracker for Cevelop.
9 stars 1 forks source link

cute-test plugin misses namespace qualification from tests within a namespace #46

Closed PeterSommerlad closed 6 years ago

PeterSommerlad commented 7 years ago

Expected Behavior

A test function in a named non-inline namespace is marked by the codan checker, when added by the quick-fix the test name should be qualified with the namespace.

Actual Behavior

qualification is missing. compile error.

Cevelop Version, Operating System and Compiler

current, as of today: Version: 1.8.0-201707131430

PeterSommerlad commented 7 years ago

In addition, after manually adding the namespace qualifier to the test insertions, the checker does not recognize them as registered any more. in general test case detection and insertion seems to be deficient with namespaces involved. Such namespaces come in handy, when duplicating tests with different implementation (details)

Darnor commented 6 years ago

This has been fixed in the latest versions of the CUTE plug-in.