edbee - Qt Editor Library
Classes | Functions
edbee::test Namespace Reference

Classes

class  OutputHandler
 This is the basic outputhandler. The basic outputhandler simply executes a qDebug with the given information. More...
 
class  Test
 
class  TestCase
 I really really hate the QTestLib output on my Mac. It's a very ugly xwindows console result. More...
 
class  TestEngine
 This is the main test engine. More...
 
class  TestResult
 This method represents a test result. More...
 

Functions

template<class T >
QString toQString (const T &obj)
 
TestEngineengine ()
 

Function Documentation

◆ engine()

TestEngine& edbee::test::engine ( )
inline

◆ toQString()

template<class T >
QString edbee::test::toQString ( const T &  obj)