os/persistentdata/traceservices/tracefw/ulogger/unit_test/scripts/te_sysstart.script
First public contribution.
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 //! @SYMTestSuiteName uloggerv1-sysstart-unit-test-suite.script
18 //! @SYMScriptTestEnvironment TEF
22 PRINT ----------------------------------------------------------
23 PRINT Test te_sysstart.mmp
24 PRINT ----------------------------------------------------------
25 LOAD_SUITE uloggersysstarttest
28 START_TESTCASE DT-DEBUG-TRACE-UTFv1-UloggerSysStart-0001
29 //! @SYMTestCaseID DT-DEBUG-TRACE-UTFv1-UloggerSysStart-0001
30 //! @SYMTestCaseDesc Test systarter methods for ulogger
31 //! @SYMTestPriority Critical
32 //! @SYMTestActions Call available start/configuration methods for ulogger systart
33 //! @SYMTestExpectedResults error returns as expected
35 //! @SYMTestStatus Implemented
38 RUN_TEST_STEP 100 uloggersysstarttest sysStart0Step
39 END_TESTCASE DT-DEBUG-TRACE-UTFv1-UloggerSysStart-0001