videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/inc/testvideoplayerengine.h
changeset 36 8aed59de29f9
parent 30 4f111d64a341
child 40 13331705e488
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    20 //       to declare testclasses into friends of classes under test etc.
    20 //       to declare testclasses into friends of classes under test etc.
    21 //
    21 //
    22 //      missing test functions:
    22 //      missing test functions:
    23 //      - how to setup construction to fail for testing purposes
    23 //      - how to setup construction to fail for testing purposes
    24 
    24 
       
    25 
       
    26 // Version : %version: %
    25 
    27 
    26 #ifndef __TESTVIDEOPLAYERENGINE_H__
    28 #ifndef __TESTVIDEOPLAYERENGINE_H__
    27 #define __TESTVIDEOPLAYERENGINE_H__
    29 #define __TESTVIDEOPLAYERENGINE_H__
    28 
    30 
    29 
    31 
    82     // called after last test case executed
    84     // called after last test case executed
    83     void cleanupTestCase();
    85     void cleanupTestCase();
    84 
    86 
    85 signals:
    87 signals:
    86 
    88 
    87 	void aboutToQuit();
    89     void aboutToQuit();
       
    90     void command( int );
    88 
    91 
    89 private:
    92 private:
    90 
    93 
    91 	QVideoPlayerEngine*       mTestObject;
    94 	QVideoPlayerEngine*       mTestObject;
    92 
    95