diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.h b/tests/auto/qml/qmldesigner/coretests/testcore.h index c72bf3d9ebb6cfd2e2be6512b2f43f5a65c52c60..5ff29f3333ea12ed20ecd174fa6c9ef5a0e760cb 100644 --- a/tests/auto/qml/qmldesigner/coretests/testcore.h +++ b/tests/auto/qml/qmldesigner/coretests/testcore.h @@ -45,6 +45,20 @@ private slots: void initTestCase(); void cleanupTestCase(); + // + // unit tests MetaInfo, NodeMetaInfo, PropertyMetaInfo + // + void testMetaInfo(); + void testMetaInfoSimpleType(); + void testMetaInfoUncreatableType(); + void testMetaInfoExtendedType(); + void testMetaInfoInterface(); + void testMetaInfoCustomType(); + void testMetaInfoEnums(); + void testMetaInfoProperties(); + void testMetaInfoDotProperties(); + void testMetaInfoListProperties(); + // // unit tests Model, ModelNode, NodeProperty, AbstractView // @@ -67,20 +81,6 @@ private slots: void testModelNodeInHierarchy(); void testModelNodeIsAncestorOf(); - // - // unit tests MetaInfo, NodeMetaInfo, PropertyMetaInfo - // - void testMetaInfo(); - void testMetaInfoSimpleType(); - void testMetaInfoUncreatableType(); - void testMetaInfoExtendedType(); - void testMetaInfoInterface(); - void testMetaInfoCustomType(); - void testMetaInfoEnums(); - void testMetaInfoProperties(); - void testMetaInfoDotProperties(); - void testMetaInfoListProperties(); - // // unit tests Rewriter //