sysstatemgmt/systemstatereferenceplugins/test/tclayer/scripts/ssrefpluginstest_clayer_ssmpropertyobserver.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2008-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:
//

PRINT Run SSM Proptery Observer tests

LOAD_SUITE tclayer_server
START_TESTCASE 			DEVSRVS-SSREFPLUGINS-CLAYER-0020
//! @SYMTestCaseID 		DEVSRVS-SSREFPLUGINS-CLAYER-0020
//! @SYMPREQ 			PREQ1871
//! @SYMREQ			REQ9152
//! @SYMTestType		UT
//! @SYMTestPriority		Critical
//! @SYMTestStatus 		Implemented
//! @SYMTestCaseDesc		Check behaviour of creation and destruction of the SSM property observer class
//! 				Check behaviour of notification of value changes for the property observer
//! 				Check behaviour of notification and re-subscription of value changes for the property observer.
//! @SYMTestActions		doTestInitalizationAndDestructionL() Tests that creation and destruction of the SSM property observer class happens cleanly.
//! 				doTestNotifyAndResubscribeL() Tests that the SSM property observer requests resubscription of properties correctly as
//! 					well as handling defining of a property after requesting observation.
//! 				doTestNotifyAndNoResubscribeL() Tests that the SSM property observer does not request resubscription of properties.
//! @SYMTestExpectedResults 	All methods handle the object data appropriately, with no errors reported and there
//! 					are no panics.
//! 				No errors are returned, test method doesn't leave and no panics occur.
//! 				No errors are returned, test method doesn't leave and no panics occur.
RUN_TEST_STEP 100 tclayer_server CCLayerTestSsmPropertyObserver
END_TESTCASE 			DEVSRVS-SSREFPLUGINS-CLAYER-0020