aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testtemplates.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-02-24 09:23:03 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:15 -0300
commit1e2dc2d50f90f71c13f405b0a2bd82af994f7457 (patch)
tree1a210e68b5f13211494c6bdde7478085c46ac912 /tests/testtemplates.h
parent23e950c9a2c9ac493d539f892c5051f703004d32 (diff)
Added tests for template containers used as arguments for functions.
Diffstat (limited to 'tests/testtemplates.h')
-rw-r--r--tests/testtemplates.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testtemplates.h b/tests/testtemplates.h
index df75db1d8..a06a388b5 100644
--- a/tests/testtemplates.h
+++ b/tests/testtemplates.h
@@ -32,6 +32,9 @@ class TestTemplates : public QObject
private slots:
void testTemplateOnContainers();
void testTemplateWithNamespace();
+ void testTemplateValueAsArgument();
+ void testTemplatePointerAsArgument();
+ void testTemplateReferenceAsArgument();
void testInheritanceFromContainterTemplate();
void testTemplateInheritanceMixedWithForwardDeclaration();
void testTemplateInheritanceMixedWithNamespaceAndForwardDeclaration();