Navigate Test and GoogleTest = No test Subject Found

What is needed to get Navigate Test to work with Google Tests?  I have a structure like:

Src/Module/Class.m
Test/Module/ClassTest.m

in ClassTest.m I define a test TEST(Class, Something) that calls a method in Class.  When in the definition of that method hitting Navigate Test just gives No Test Subject Found.  What's needed for AppCode to see the connection?

Also will there be an option-enter for creating test for an @interface like you can in Intelli-J?

0

Hi Doug,

Navigation between test and code is not supported for Google Test yet.

There is an issue for creating new test classes, so it is planned: http://youtrack.jetbrains.com/issue/OC-4192

0

请先登录再写评论。