Change the mock framework to treat properties like "special" methods,
i.e. ignore them. Unfortunately, the way our mock system works we
can't easily integrate property mocks into them so for now just
exclude them so that you can still use the mocks to test non-property
parts of the code.

Risk: Low
Visibility: Unit tests with classes that have properties will not
fail immediately, although you won't be able to mock the properties.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2209 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed