aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testreverseoperators.h
Commit message (Collapse)AuthorAgeFilesLines
* Adds reverse operator functions to the proper classes.Marcelo Lira2012-03-091-0/+1
| | | | | | | | | | | AbstractMetaBuilder::traverseOperatorFunction does additional checks to avoid mistaken a class' reverse operator as a direct operator of another class. An unit test was added to check for this case. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* - All reverse operators are now properly tagged as "reverse operator".Hugo Lima2009-11-091-0/+35
- Reverse operators aren't tagged as static methods anymore. - Reverse operators now have just one parameter, the one that matters. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>