os/persistentdata/traceservices/tracefw/ulogger/unit_test/te-sysstart/uloggersysstarttest.h
Update contrib.
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef __ULOGGERSYSSTARTTEST_H__
21 #define __ULOGGERSYSSTARTTEST_H__
23 #include <test/tefunit.h>
25 #include "uloggersysstarter.h"
26 #include "te_sysstartersuitestepbase.h"
28 class CSysStart0Step : public CTe_sysstartSuiteStepBase
33 virtual TVerdict doTestStepL();
34 virtual TVerdict doTestStepPostambleL();
35 virtual TVerdict doTestStepPreambleL();
40 void TestNewL(); // This test is fine
45 _LIT(KSysStart0Step,"sysStart0Step");
47 #endif // __ULOGGERSYSSTARTTEST_H__