Skip to content

The intention of this minimal project is to provide a uniform way of calling the tests contained in multiple Qt Unit Test classes.

License

Notifications You must be signed in to change notification settings

nweyand/allUnits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allUnits

The intention of this minimal project is to provide a uniform way of calling the tests contained in multiple Qt Unit Test classes.

Usage

  • Implement your test classes using the Qt Test framework.

  • Add them to the test queue using AllUnits::addTest( QObject* pTest )

  • Run the tests using AllUnits::run( int argc, char *argv[] )

    Voilà: All previously added test objects will be executed via QTest::qExec.

About

The intention of this minimal project is to provide a uniform way of calling the tests contained in multiple Qt Unit Test classes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published