[Test]
title PressKey
pause 2000
presskey global EKeyDevice1
[Endtest]
//----------------------------------------------------------------------------------//
//------------------------------------AknsUtils.H-----------------------------------//
//----------------------------------------------------------------------------------//
// Test AknsUtils.H
// For test function:
// IMPORT_C static void InitSkinSupportL();
[Test]
title TestUInitSkinSupportL
create testsdkskins test
bringtoforeground
test TestUInitSkinSupportL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static MAknsDataContext* CreateDataContextForContainerL();
[Test]
title TestUCreateDataContextForContainerL
create testsdkskins test
bringtoforeground
test TestUCreateDataContextForContainerL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static CAknsItemDef* CreateBitmapItemDefL(
// const TAknsItemID& aID, const TDesC& aFilename,
// const TInt aIndex );
[Test]
title TestUCreateBitmapItemDefL
create testsdkskins test
bringtoforeground
test TestUCreateBitmapItemDefL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static CAknsItemDef* CreateMaskedBitmapItemDefL(
// const TAknsItemID& aID, const TDesC& aFilename,
// const TInt aIndex, const TInt aMaskIndex );
[Test]
title TestUCreateMaskedBitmapItemDefL
create testsdkskins test
bringtoforeground
test TestUCreateMaskedBitmapItemDefL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static MAknsSkinInstance* SkinInstance();
[Test]
title TestUSkinInstanceL
create testsdkskins test
bringtoforeground
test TestUSkinInstanceL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static MAknsDataContext* DataContext( MObjectProvider* aMop );
[Test]
title TestUDataContextL
create testsdkskins test
bringtoforeground
test TestUDataContextL
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static void CreateIconL(
// MAknsSkinInstance* aInstance, const TAknsItemID& aID,
// CFbsBitmap*& aBitmap, CFbsBitmap*& aMask,
// const TDesC& aFilename,
// const TInt aFileBitmapId, const TInt aFileMaskId );
[Test]
title TestUCreateIconML
create testsdkskins test
bringtoforeground
test TestUCreateIconML
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static void CreateIconLC(
// MAknsSkinInstance* aInstance, const TAknsItemID& aID,
// CFbsBitmap*& aBitmap, CFbsBitmap*& aMask,
// const TDesC& aFilename,
// const TInt aFileBitmapId, const TInt aFileMaskId );
[Test]
title TestUCreateIconMLC
create testsdkskins test
bringtoforeground
test TestUCreateIconMLC
delete test
sendtobackground
[Endtest]
// For test function:
// IMPORT_C static void CreateIconL(
// MAknsSkinInstance* aInstance, const TAknsItemID& aID,
// CFbsBitmap*& aBitmap,
// const TDesC& aFilename,
// const TInt aFileBitmapId );
[Test]
title TestUCreateIconL
create testsdkskins test
bringtoforeground
test TestUCreateIconL
delete test
sendtobackground
[Endtest]