aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testcontainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes method's argument types that are templates but the template variable ↵Marcelo Lira2012-03-091-2/+0
| | | | | | | | | | wasn't declared. An unit test was added. Other unrelated tests had minor improvements. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Created function to discovery when a class implement a container type.Renato Filho2012-03-091-0/+61
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>