aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testenum.h
Commit message (Collapse)AuthorAgeFilesLines
* Added a better support for resolution of enum value attribution.Marcelo Lira2012-03-091-0/+1
| | | | | | | Plus tests. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Private enums are now accepted in the type system database.Marcelo Lira2012-03-091-0/+1
| | | | | This is done to allow enum value evaluation. Comes together with a nice test.
* Improved resolution of enum value attributions.Marcelo Lira2012-03-091-0/+1
| | | | | | | | In particular when an enum item is set to the value of an item from other enum. The code for this was moved to the method AbstractMetaBuilder::findOutValueFromString. Tests were added as well. s# ../tests/.testenum.h.swp
* Added tests for global enums.Marcelo Lira2012-03-091-0/+1
| | | | | They check if the AbstractMetaEnumValues hold the correct value information about the enum item described.
* Added tests for anonymous enums.Marcelo Lira2012-03-091-0/+1
|
* Created unittest to flag "since".Renato Filho2012-03-091-1/+2
|
* Added more tests for AbstractMetaClass and AbstractMetaEnumHugo Lima2009-09-101-0/+35