Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.1.0
-
None
-
9a3a0fa7ce7b7a547b4213e647def14c632cf9d4
Description
when the tests (Google Test, didn't check with other test types) are placed into namespace , plugin can't recognise these.
the sample below is not recognised by IDE (autotest plugin)
...
#include <gtest/gtest.h>
namespace testing {
TEST(some_test_case, just_valid_operation)
...
}
=================================
see an addition in the comment and new screenshot