aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testabstractmetaclass.h
Commit message (Collapse)AuthorAgeFilesLines
* If a class have a non final method doesn't mean that class is polymorphic.Hugo Parente Lima2012-03-091-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* Adds many tests regarding default copy constructors.Marcelo Lira2012-03-091-0/+4
| | | | | | | Also updated other tests dealing with constructor counting. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
* An inner class should not be polymorphic just because his enclosing class is.Marcelo Lira2012-03-091-0/+1
| | | | This commit adds a test for that situation.
* Add tests for defaultValue and originalDefaultValue methods.Hugo Lima2009-09-181-0/+2
|
* Revert "Fix a bug related to function default values."Hugo Lima2009-09-181-2/+0
| | | | | | This fix bring to much regressions. This reverts commit 752c22056f4ba61961a01819992f9af71a3b0416.
* Fix a bug related to function default values.Hugo Lima2009-09-151-0/+2
| | | | | | | | ApiExtractor tries to modify the defaultValue every time, so then return value of originalDefaultValue() if diferent from the return value of defaultValue() when they dont need to be. Unit test included.
* Added more tests for AbstractMetaClass and AbstractMetaEnumHugo Lima2009-09-101-9/+2
|
* The genesis...Hugo Lima2009-08-171-0/+47