All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Classes
Qtilities::Testing Namespace Reference

Namespace containing all the classes which forms part of the Testing Module. More...

Classes

class  BenchmarkTests
 Contains some bencmarking code to benchmark parts of Qtilities. More...
class  DebugWidget
 A widget providing debug information about a Qtilities application. More...
class  TestAbstractTreeItem
 Allows testing of Qtilities::Core::AbstractTreeItem. More...
class  TestActivityPolicyFilter
 Allows testing of Qtilities::Core::ActivityPolicyFilter. More...
class  TestExporting
 Allows testing of the exporting capabilities of Qtilities classes. More...
class  TestFileSetInfo
 Allows testing of Qtilities::Core::FileSetInfo. More...
class  TestFrontend
 The test front-end for unit tests implementing Qtilities::Testing::Interfaces::ITestable. More...
class  TestNamingPolicyFilter
 Allows testing of Qtilities::CoreGui::NamingPolicyFilter. More...
class  TestObjectManager
 Allows testing of Qtilities::Core::ObjectManager. More...
class  TestObserver
 Allows testing of Qtilities::Core::Observer. More...
class  TestObserverRelationalTable
 Allows testing of Qtilities::Core::ObserverRelationalTable. More...
class  TestSubjectIterator
 Allows testing of Qtilities::Core::SubjectIterator. More...
class  TestSubjectTypeFilter
 Allows testing of Qtilities::Core::SubjectTypeFilter. More...
class  TestTask
 Allows testing of Qtilities::Core::Task. More...
class  TestTreeFileItem
 Allows testing of Qtilities::CoreGui::TreeFileItem. More...
class  TestTreeIterator
 Allows testing of Qtilities::Core::TreeIterator. More...
class  TestVersionNumber
 Allows testing of Qtilities::Core::VersionNumber. More...

Detailed Description

Namespace containing all the classes which forms part of the Testing Module.

To use this module, add the following to your .pro file:

QTILITIES += testing;
include(Qtilities_Path/src/Qtilities.pri)

To include all files in this module:

#include <QtilitiesTesting>
using namespace QtilitiesTesting;

For more information about the modules in Qtilities, see Modules Overview.



Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé