aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/protected.h
Commit message (Collapse)AuthorAgeFilesLines
* Improved and fixed the setter and getter writer functions.Marcelo Lira2012-03-081-1/+2
| | | | Also added an unit test to a protected container property.
* Added more test cases for protected attributes.Marcelo Lira2012-03-081-1/+13
| | | | | | | | The tests are meant to be useful when compiled without the protected hack or on the win32 platform. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-24/+22
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix char* converterRenato Filho2010-07-271-10/+11
| | | | | | | | Fix tests. Created warnning about return last ref of python object. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-031-0/+9
| | | | Tests were also added.
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-021-0/+6
|
* Adds protected enum test cases.Marcelo Lira2010-06-011-0/+14
|
* Expanded protected method tests with cases of reimplemented grand parent and ↵Marcelo Lira2009-12-021-1/+15
| | | | grand grand parent methods.
* Updated libsample classes that are missing the LIBSAMPLE_API macro.Marcelo Lira2009-11-241-3/+5
|
* Added tests for classes with virtual and non-virtual protected methods,Marcelo Lira2009-11-241-0/+94
for virtual protected destructors, and for non-virtual protected methods modified with signature removal, add-function and code injection. Also improved the tests for non-protected virtual destructors.