aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testtemplates.h
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for template containers used as arguments for functions.Marcelo Lira2012-03-091-0/+3
|
* Added test for a class inheriting from a container template.Marcelo Lira2012-03-091-0/+1
| | | | | The test is simple and only checks if the classes were inherited properly.
* Added test for template inheritance involving forward declaration and namespace.Marcelo Lira2012-03-091-0/+1
| | | | | | | This test case is similar to a previous test with forward declaration except that this time everything is inside a namespace. This slightly different situation could trigger problems in a different place on AbstractMetaBuilder.
* Added test for template inheritance involving a forward declaration.Marcelo Lira2012-03-091-0/+1
| | | | | When things goes awry methods from the template parent class got duplicated in the inheriting class.
* Created test for namespace resolution name.Renato Filho2012-03-091-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Added tests for template instanciations using enum values, all under a nice ↵Hugo Parente Lima2012-03-091-0/+36
namespace. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>