diff -r 61bc0f252b2b -r bac7acad7cb3 camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxevideocapturecontrolsymbian/unittest_cxevideocapturecontrolsymbian.h --- a/camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxevideocapturecontrolsymbian/unittest_cxevideocapturecontrolsymbian.h Tue Aug 31 15:03:46 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,83 +0,0 @@ -/* -* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ -#ifndef UNITTEST_CXESTILLIMAGESYMBIAN_H -#define UNITTEST_CXESTILLIMAGESYMBIAN_H - -#include -#include "cxevideocapturecontrolsymbian.h" -#include "cxevideocapturecontrolsymbianunit.h" - -class CxeFakeCameraDevice; -class CxeFakeViewfinderControl; -class CxeSnapshotControl; -class CxeFakeCameraDeviceControl; -class CxeFakeSettings; -class CxeFakeFilenameGenerator; -class QSignalSpy; -class CxeFakeQualityPresets; -class CxeDiskMonitor; - -class UnitTestCxeVideoCaptureControlSymbian : public QObject -{ - Q_OBJECT - -public: - UnitTestCxeVideoCaptureControlSymbian(); - ~UnitTestCxeVideoCaptureControlSymbian(); - -private slots: - void init(); - void cleanup(); - void initTestCase(); - void cleanupTestCase(); - - void testState(); - void testRecord(); - void testPause(); - void testStop(); - void testRemainingTime(); - void testElapsedTime(); - void testFilename(); - void testReset(); - void testSnapshot(); - void testHandleSnapshotReady(); - void testInit(); - void testDeinit(); - void testHandleSoundPlayed(); - void testMvruoOpenComplete(); - void testMvruoPrepareComplete(); - void testMvruoRecordComplete(); - void testMvruoEvent(); - -private: - // Helper methods for test cases - void doPrepareStuff(); - -private: - CxeVideoCaptureControlSymbianUnit *mCxeVideoCaptureControlSymbian; - CxeFakeCameraDevice *mCameraDevice; - CxeFakeViewfinderControl *mViewfinderControl; - CxeSnapshotControl *mSnapshotControl; - CxeFakeCameraDeviceControl *mCameraDeviceControl; - CxeFakeSettings *mSettings; - CxeFakeFilenameGenerator *mFilenameGeneratorSymbian; - QSignalSpy *mSpyState; - CxeFakeQualityPresets *mFakeQualityPresets; - CxeDiskMonitor *mDiskMonitor; -}; - -#endif // UNITTEST_CXESTILLIMAGESYMBIAN_H