Code review comment for lp:~smspillaz/unity/unity.fix_877778

Revision history for this message
Tim Penhey (thumper) wrote :

A few style things:

If you are in namespace unity, you should prefix your classes with Unity.

also

s/ ()/()/g

The tests shouldn't be calling the virtual methods. It should be dealing only with the interface methods.

review: Needs Fixing

« Back to merge proposal