Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/MediaItemThumbnailTest.java +3 −38 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H.263 QCIF. */ // TODO : TC_TN_001 @LargeTest public void testThumbnailForH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -104,7 +103,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 VGA . */ // TODO : TC_TN_002 @LargeTest public void testThumbnailForMPEG4VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -124,7 +122,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 NTSC. */ // TODO : TC_TN_003 @LargeTest public void testThumbnailForMPEG4NTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -144,7 +141,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 WVGA. */ // TODO : TC_TN_004 @LargeTest public void testThumbnailForMPEG4WVGA() throws Exception { Loading @@ -165,7 +161,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 QCIF. */ // TODO : TC_TN_005 @LargeTest public void testThumbnailForMPEG4QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -186,7 +181,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 QCIF. */ // TODO : TC_TN_006 @LargeTest public void testThumbnailForH264QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -207,7 +201,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 VGA. */ // TODO : TC_TN_007 @LargeTest public void testThumbnailForH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -228,7 +221,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 WVGA. */ // TODO : TC_TN_008 @LargeTest public void testThumbnailForH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -248,7 +240,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 854x480. */ // TODO : TC_TN_009 @LargeTest public void testThumbnailForH264854_480() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -269,7 +260,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 960x720. */ // TODO : TC_TN_010 @LargeTest public void testThumbnailForH264HD960() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -290,7 +280,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 1080x720 . */ // TODO : TC_TN_011 @LargeTest public void testThumbnailForH264HD1080() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -310,7 +299,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame extraction precision at 0,100 and 200 ms */ // TODO : TC_TN_012 @LargeTest public void testThumbnailForH264VGADifferentDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -345,7 +333,6 @@ public class MediaItemThumbnailTest extends *Check the thumbnail / frame extraction precision at * FileDuration,FileDuration/2 + 100 andFileDuration/2 + 200 ms */ // TODO : TC_TN_013 @LargeTest public void testThumbnailForMP4VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -379,7 +366,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame extraction on JPEG file */ // TODO : TC_TN_014 @LargeTest public void testThumbnailForImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading @@ -402,7 +388,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H263 QCIF */ // TODO : TC_TN_015 @LargeTest public void testThumbnailListH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -432,7 +417,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for MPEG4 QCIF */ // TODO : TC_TN_016 @LargeTest public void testThumbnailListMPEG4QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -463,7 +447,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 VGA */ // TODO : TC_TN_017 @LargeTest public void testThumbnailListH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -492,7 +475,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA */ // TODO : TC_TN_018 @LargeTest public void testThumbnailListH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -521,7 +503,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 VGA ,Time exceeding file duration */ // TODO : TC_TN_019 @LargeTest public void testThumbnailH264VGAExceedingFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -547,7 +528,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for VGA Image */ // TODO : TC_TN_020 @LargeTest public void testThumbnailListVGAImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading Loading @@ -576,7 +556,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for Invalid file path */ // TODO : TC_TN_021 @LargeTest public void testThumbnailForInvalidFilePath() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "/sdcard/abc.jpg"; Loading @@ -596,7 +575,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction with setBoundaries */ // TODO : TC_TN_022 @LargeTest public void testThumbnailForMPEG4WVGAWithSetBoundaries() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -620,7 +598,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with setExtractboundaries */ // TODO : TC_TN_023 @LargeTest public void testThumbnailListForH264WVGAWithSetBoundaries() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -652,7 +629,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with count > frame available */ // TODO : TC_TN_024 @LargeTest public void testThumbnailListForH264WVGAWithCount() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -684,7 +660,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with startTime > End Time */ // TODO : TC_TN_025 @LargeTest public void testThumbnailListH264WVGAWithStartGreaterEnd() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -710,9 +685,8 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_026 for H264 WVGA with startTime = End Time *To test ThumbnailList for H264 WVGA with startTime = End Time */ // TODO : TC_TN_026 @LargeTest public void testThumbnailListH264WVGAWithStartEqualEnd() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -738,10 +712,9 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_027 for file where video duration is less *To test ThumbnailList for file where video duration is less * than file duration. */ // TODO : TC_TN_027 @LargeTest public void testThumbnailForVideoDurationLessFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -760,9 +733,8 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_028 for file which has video part corrupted *To test ThumbnailList for file which has video part corrupted */ // TODO : TC_TN_028 @LargeTest public void testThumbnailWithCorruptedVideoPart() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -787,7 +759,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Height as Negative Value */ // TODO : TC_TN_029 @LargeTest public void testThumbnailWithNegativeHeight() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -815,7 +786,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Height as Zero */ // TODO : TC_TN_030 @LargeTest public void testThumbnailWithHeightAsZero() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -839,7 +809,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Height = 10 */ // TODO : TC_TN_031 @LargeTest public void testThumbnailWithHeight() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -859,7 +828,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Width as Negative Value */ // TODO : TC_TN_032 @LargeTest public void testThumbnailWithNegativeWidth() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -887,7 +855,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Width zero */ // TODO : TC_TN_033 @LargeTest public void testThumbnailWithWidthAsZero() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -911,7 +878,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Width = 10 */ // TODO : TC_TN_034 @LargeTest public void testThumbnailWithWidth() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -931,7 +897,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 (time beyond file duration). */ // TODO : TC_TN_035 @LargeTest public void testThumbnailMPEG4withMorethanFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/MediaPropertiesTest.java +1 −25 Original line number Diff line number Diff line Loading @@ -130,7 +130,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 854 x 480 */ // TODO : Remove TC_MP_001 @LargeTest public void testPropertiesMPEG4854_480() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -163,7 +162,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 WVGA */ // TODO : Remove TC_MP_002 @LargeTest public void testPropertiesMPEGWVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -195,7 +193,6 @@ public class MediaPropertiesTest extends /** *To test media properties for MPEG4 720x480 (NTSC) + AAC file. */ // TODO : Remove TC_MP_003 @LargeTest public void testPropertiesMPEGNTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -227,7 +224,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 VGA */ // TODO : Remove TC_MP_004 @LargeTest public void testPropertiesMPEGVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -259,7 +255,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 QCIF */ // TODO : Remove TC_MP_005 @LargeTest public void testPropertiesMPEGQCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -291,7 +286,6 @@ public class MediaPropertiesTest extends /** *To To test media properties for H263 176x144 (QCIF) + AAC (mono) file. */ // TODO : Remove TC_MP_006 @LargeTest public void testPropertiesH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -322,7 +316,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 VGA */ // TODO : Remove TC_MP_007 @LargeTest public void testPropertiesH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -353,7 +346,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 NTSC */ // TODO : Remove TC_MP_008 @LargeTest public void testPropertiesH264NTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -385,7 +377,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H264 800x480 (WVGA) + AAC file. */ // TODO : Remove TC_MP_009 @LargeTest public void testPropertiesH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -417,7 +408,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 HD1280 */ // TODO : Remove TC_MP_010 @LargeTest public void testPropertiesH264HD1280() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -449,7 +439,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H264 1080x720 + AAC file */ // TODO : Remove TC_MP_011 @LargeTest public void testPropertiesH264HD1080WithAudio() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -481,7 +470,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file WMV - Unsupported type */ // TODO : Remove TC_MP_012 @LargeTest public void testPropertiesWMVFile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -506,7 +494,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H.264 Main/Advanced profile. */ // TODO : Remove TC_MP_013 @LargeTest public void testPropertiesH264MainLineProfile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -539,7 +526,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for non existing file. */ // TODO : Remove TC_MP_014 @LargeTest public void testPropertiesForNonExsitingFile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + "abc.3gp"; Loading @@ -559,7 +545,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 HD1080 */ // TODO : Remove TC_MP_015 @LargeTest public void testPropertiesH264HD1080WithoutAudio() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -591,7 +576,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for Image file of JPEG Type */ // TODO : Remove TC_MP_016 @LargeTest public void testPropertiesVGAImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading @@ -611,7 +595,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for Image file of PNG Type */ // TODO : Remove TC_MP_017 @LargeTest public void testPropertiesPNG() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.png"; Loading @@ -630,7 +613,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file GIF - Unsupported type */ // TODO : Remove TC_MP_018 @LargeTest public void testPropertiesGIFFile() throws Exception { Loading @@ -651,7 +633,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file Text file named as 3GP */ // TODO : Remove TC_MP_019 @LargeTest public void testPropertiesofDirtyFile() throws Exception { Loading @@ -672,7 +653,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file name as NULL */ // TODO : Remove TC_MP_020 @LargeTest public void testPropertieNULLFile() throws Exception { final String videoItemFilename = null; Loading @@ -691,7 +671,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file which is of type MPEG2 */ // TODO : Remove TC_MP_021 @LargeTest public void testPropertiesMPEG2File() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -709,9 +688,8 @@ public class MediaPropertiesTest extends } /** *To test Media Properties TC_MP_023 for file without Video only Audio *To test Media Properties for file without Video only Audio */ // TODO : Remove TC_MP_023 @LargeTest public void testProperties3GPWithoutVideoMediaItem() throws Exception { final String audioFilename = INPUT_FILE_PATH + Loading @@ -731,7 +709,6 @@ public class MediaPropertiesTest extends /** *To test media properties for Audio Track file. (No Video, AAC Audio) */ // TODO : Remove TC_MP_024 @LargeTest public void testProperties3GPWithoutVideoAudioTrack() throws Exception { Loading @@ -753,7 +730,6 @@ public class MediaPropertiesTest extends /** *To test media properties for Audio Track file. MP3 file */ // TODO : Remove TC_MP_025 @LargeTest public void testPropertiesMP3AudioTrack() throws Exception { Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorAPITest.java +0 −51 File changed.Preview size limit exceeded, changes collapsed. Show changes media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorExportTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ public class VideoEditorExportTest extends /** * To Test export : Merge and Trim different types of Video and Image files */ // TODO :remove TC_EXP_001 @LargeTest public void testExportMergeTrim() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -173,7 +172,6 @@ public class VideoEditorExportTest extends /** *To Test export : With Effect and Overlays on Different Media Items */ // TODO :remove TC_EXP_002 @LargeTest public void testExportEffectOverlay() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -301,7 +299,6 @@ public class VideoEditorExportTest extends /** * To test export : with Image with KenBurnEffect */ // TODO : remove TC_EXP_003 @LargeTest public void testExportEffectKenBurn() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading Loading @@ -359,7 +356,6 @@ public class VideoEditorExportTest extends /** * To Test Export : With Video and Image and An Audio BackGround Track */ // TODO : remove TC_EXP_004 @LargeTest public void testExportAudio() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -420,7 +416,6 @@ public class VideoEditorExportTest extends /** *To Test export : With Transition on Different Media Items */ // TODO :remove TC_EXP_005 @LargeTest public void testExportTransition() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -540,7 +535,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_006 @LargeTest public void testExportWithoutMediaItems() throws Exception { boolean flagForException = false; Loading @@ -566,7 +560,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_007 @LargeTest public void testExportWithoutMediaItemsAddRemove() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH + Loading Loading @@ -621,7 +614,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_008 @LargeTest public void testExportMMS() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorPreviewTest.java +0 −15 Original line number Diff line number Diff line Loading @@ -216,7 +216,6 @@ public class VideoEditorPreviewTest extends /** *To test Preview : FULL Preview of current work (beginning till end) */ // TODO : remove TC_PRV_001 @LargeTest public void testPreviewTheStoryBoard() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -275,7 +274,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of start + 10 sec till end of story board */ // TODO : remove TC_PRV_002 @LargeTest public void testPreviewTheStoryBoardFromDuration() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -336,7 +334,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of current Effects applied */ // TODO : remove TC_PRV_003 @LargeTest public void testPreviewOfEffects() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -394,7 +391,6 @@ public class VideoEditorPreviewTest extends *To test Preview : Preview of current Transitions applied (with multiple * generatePreview) */ // TODO : remove TC_PRV_004 @LargeTest public void testPreviewWithTransition() throws Exception { Loading Loading @@ -547,7 +543,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of current Overlay applied */ // TODO : remove TC_PRV_005 @LargeTest public void testPreviewWithOverlay() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -601,7 +596,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Trim applied (with default aspect * ratio) */ // TODO : remove TC_PRV_006 @LargeTest public void testPreviewWithTrim() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading @@ -625,7 +619,6 @@ public class VideoEditorPreviewTest extends * applied */ // TODO : remove TC_PRV_007 @LargeTest public void testPreviewWithOverlayEffectKenBurn() throws Exception { Loading Loading @@ -684,7 +677,6 @@ public class VideoEditorPreviewTest extends /** *To test Preview : Export during preview */ // TODO : remove TC_PRV_008 @LargeTest public void testPreviewDuringExport() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -765,7 +757,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with from time > * total duration) */ // TODO : remove TC_PRV_009 @LargeTest public void testPreviewWithDurationGreaterThanMediaDuration() throws Exception { Loading Loading @@ -826,7 +817,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with Render Preview * Frame) */ // TODO : remove TC_PRV_010 @LargeTest public void testPreviewWithRenderPreviewFrame() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -873,7 +863,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current work from selected jump location * till end with Audio Track */ // TODO : remove TC_PRV_011 @LargeTest public void testPreviewWithEndAudioTrack() throws Exception { final String imageItemFilename1 = INPUT_FILE_PATH + "IMG_1600x1200.jpg"; Loading Loading @@ -917,7 +906,6 @@ public class VideoEditorPreviewTest extends /** * To test render Preview Frame */ // TODO : remove TC_PRV_012 @LargeTest public void testRenderPreviewFrame() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -1031,7 +1019,6 @@ public class VideoEditorPreviewTest extends /** * To Test Preview : Without any Media Items in the story Board */ // TODO : remove TC_PRV_013 @LargeTest public void testStartPreviewWithoutMediaItems() throws Exception { boolean flagForException = false; Loading Loading @@ -1064,7 +1051,6 @@ public class VideoEditorPreviewTest extends * To Test Preview : Add Media and Remove Media Item (Without any Media * Items in the story Board) */ // TODO : remove TC_PRV_014 @LargeTest public void testStartPreviewAddRemoveMediaItems() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -1134,7 +1120,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with Render Preview * Frame) */ // TODO : remove TC_PRV_015 @LargeTest public void testPreviewWithRenderPreviewFrameWithoutGenerate() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/MediaItemThumbnailTest.java +3 −38 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H.263 QCIF. */ // TODO : TC_TN_001 @LargeTest public void testThumbnailForH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -104,7 +103,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 VGA . */ // TODO : TC_TN_002 @LargeTest public void testThumbnailForMPEG4VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -124,7 +122,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 NTSC. */ // TODO : TC_TN_003 @LargeTest public void testThumbnailForMPEG4NTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -144,7 +141,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 WVGA. */ // TODO : TC_TN_004 @LargeTest public void testThumbnailForMPEG4WVGA() throws Exception { Loading @@ -165,7 +161,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 QCIF. */ // TODO : TC_TN_005 @LargeTest public void testThumbnailForMPEG4QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -186,7 +181,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 QCIF. */ // TODO : TC_TN_006 @LargeTest public void testThumbnailForH264QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -207,7 +201,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 VGA. */ // TODO : TC_TN_007 @LargeTest public void testThumbnailForH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -228,7 +221,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 WVGA. */ // TODO : TC_TN_008 @LargeTest public void testThumbnailForH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -248,7 +240,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 854x480. */ // TODO : TC_TN_009 @LargeTest public void testThumbnailForH264854_480() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -269,7 +260,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 960x720. */ // TODO : TC_TN_010 @LargeTest public void testThumbnailForH264HD960() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -290,7 +280,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on H264 1080x720 . */ // TODO : TC_TN_011 @LargeTest public void testThumbnailForH264HD1080() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -310,7 +299,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame extraction precision at 0,100 and 200 ms */ // TODO : TC_TN_012 @LargeTest public void testThumbnailForH264VGADifferentDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -345,7 +333,6 @@ public class MediaItemThumbnailTest extends *Check the thumbnail / frame extraction precision at * FileDuration,FileDuration/2 + 100 andFileDuration/2 + 200 ms */ // TODO : TC_TN_013 @LargeTest public void testThumbnailForMP4VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -379,7 +366,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame extraction on JPEG file */ // TODO : TC_TN_014 @LargeTest public void testThumbnailForImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading @@ -402,7 +388,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H263 QCIF */ // TODO : TC_TN_015 @LargeTest public void testThumbnailListH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -432,7 +417,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for MPEG4 QCIF */ // TODO : TC_TN_016 @LargeTest public void testThumbnailListMPEG4QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -463,7 +447,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 VGA */ // TODO : TC_TN_017 @LargeTest public void testThumbnailListH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -492,7 +475,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA */ // TODO : TC_TN_018 @LargeTest public void testThumbnailListH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -521,7 +503,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 VGA ,Time exceeding file duration */ // TODO : TC_TN_019 @LargeTest public void testThumbnailH264VGAExceedingFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -547,7 +528,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for VGA Image */ // TODO : TC_TN_020 @LargeTest public void testThumbnailListVGAImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading Loading @@ -576,7 +556,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for Invalid file path */ // TODO : TC_TN_021 @LargeTest public void testThumbnailForInvalidFilePath() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "/sdcard/abc.jpg"; Loading @@ -596,7 +575,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction with setBoundaries */ // TODO : TC_TN_022 @LargeTest public void testThumbnailForMPEG4WVGAWithSetBoundaries() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -620,7 +598,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with setExtractboundaries */ // TODO : TC_TN_023 @LargeTest public void testThumbnailListForH264WVGAWithSetBoundaries() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -652,7 +629,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with count > frame available */ // TODO : TC_TN_024 @LargeTest public void testThumbnailListForH264WVGAWithCount() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -684,7 +660,6 @@ public class MediaItemThumbnailTest extends /** *To test ThumbnailList for H264 WVGA with startTime > End Time */ // TODO : TC_TN_025 @LargeTest public void testThumbnailListH264WVGAWithStartGreaterEnd() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -710,9 +685,8 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_026 for H264 WVGA with startTime = End Time *To test ThumbnailList for H264 WVGA with startTime = End Time */ // TODO : TC_TN_026 @LargeTest public void testThumbnailListH264WVGAWithStartEqualEnd() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -738,10 +712,9 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_027 for file where video duration is less *To test ThumbnailList for file where video duration is less * than file duration. */ // TODO : TC_TN_027 @LargeTest public void testThumbnailForVideoDurationLessFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -760,9 +733,8 @@ public class MediaItemThumbnailTest extends } /** *To test ThumbnailList TC_TN_028 for file which has video part corrupted *To test ThumbnailList for file which has video part corrupted */ // TODO : TC_TN_028 @LargeTest public void testThumbnailWithCorruptedVideoPart() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -787,7 +759,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Height as Negative Value */ // TODO : TC_TN_029 @LargeTest public void testThumbnailWithNegativeHeight() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -815,7 +786,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Height as Zero */ // TODO : TC_TN_030 @LargeTest public void testThumbnailWithHeightAsZero() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -839,7 +809,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Height = 10 */ // TODO : TC_TN_031 @LargeTest public void testThumbnailWithHeight() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -859,7 +828,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Width as Negative Value */ // TODO : TC_TN_032 @LargeTest public void testThumbnailWithNegativeWidth() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -887,7 +855,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail / frame list extraction for Width zero */ // TODO : TC_TN_033 @LargeTest public void testThumbnailWithWidthAsZero() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -911,7 +878,6 @@ public class MediaItemThumbnailTest extends /** * Check the thumbnail for Width = 10 */ // TODO : TC_TN_034 @LargeTest public void testThumbnailWithWidth() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading @@ -931,7 +897,6 @@ public class MediaItemThumbnailTest extends /** * To test thumbnail / frame extraction on MPEG4 (time beyond file duration). */ // TODO : TC_TN_035 @LargeTest public void testThumbnailMPEG4withMorethanFileDuration() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/MediaPropertiesTest.java +1 −25 Original line number Diff line number Diff line Loading @@ -130,7 +130,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 854 x 480 */ // TODO : Remove TC_MP_001 @LargeTest public void testPropertiesMPEG4854_480() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -163,7 +162,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 WVGA */ // TODO : Remove TC_MP_002 @LargeTest public void testPropertiesMPEGWVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -195,7 +193,6 @@ public class MediaPropertiesTest extends /** *To test media properties for MPEG4 720x480 (NTSC) + AAC file. */ // TODO : Remove TC_MP_003 @LargeTest public void testPropertiesMPEGNTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -227,7 +224,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 VGA */ // TODO : Remove TC_MP_004 @LargeTest public void testPropertiesMPEGVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -259,7 +255,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file MPEG4 QCIF */ // TODO : Remove TC_MP_005 @LargeTest public void testPropertiesMPEGQCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -291,7 +286,6 @@ public class MediaPropertiesTest extends /** *To To test media properties for H263 176x144 (QCIF) + AAC (mono) file. */ // TODO : Remove TC_MP_006 @LargeTest public void testPropertiesH263QCIF() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -322,7 +316,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 VGA */ // TODO : Remove TC_MP_007 @LargeTest public void testPropertiesH264VGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -353,7 +346,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 NTSC */ // TODO : Remove TC_MP_008 @LargeTest public void testPropertiesH264NTSC() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -385,7 +377,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H264 800x480 (WVGA) + AAC file. */ // TODO : Remove TC_MP_009 @LargeTest public void testPropertiesH264WVGA() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -417,7 +408,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 HD1280 */ // TODO : Remove TC_MP_010 @LargeTest public void testPropertiesH264HD1280() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -449,7 +439,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H264 1080x720 + AAC file */ // TODO : Remove TC_MP_011 @LargeTest public void testPropertiesH264HD1080WithAudio() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -481,7 +470,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file WMV - Unsupported type */ // TODO : Remove TC_MP_012 @LargeTest public void testPropertiesWMVFile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -506,7 +494,6 @@ public class MediaPropertiesTest extends /** *To test media properties for H.264 Main/Advanced profile. */ // TODO : Remove TC_MP_013 @LargeTest public void testPropertiesH264MainLineProfile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH Loading Loading @@ -539,7 +526,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for non existing file. */ // TODO : Remove TC_MP_014 @LargeTest public void testPropertiesForNonExsitingFile() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + "abc.3gp"; Loading @@ -559,7 +545,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file H264 HD1080 */ // TODO : Remove TC_MP_015 @LargeTest public void testPropertiesH264HD1080WithoutAudio() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading Loading @@ -591,7 +576,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for Image file of JPEG Type */ // TODO : Remove TC_MP_016 @LargeTest public void testPropertiesVGAImage() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading @@ -611,7 +595,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for Image file of PNG Type */ // TODO : Remove TC_MP_017 @LargeTest public void testPropertiesPNG() throws Exception { final String imageItemFilename = INPUT_FILE_PATH + "IMG_640x480.png"; Loading @@ -630,7 +613,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file GIF - Unsupported type */ // TODO : Remove TC_MP_018 @LargeTest public void testPropertiesGIFFile() throws Exception { Loading @@ -651,7 +633,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file Text file named as 3GP */ // TODO : Remove TC_MP_019 @LargeTest public void testPropertiesofDirtyFile() throws Exception { Loading @@ -672,7 +653,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file name as NULL */ // TODO : Remove TC_MP_020 @LargeTest public void testPropertieNULLFile() throws Exception { final String videoItemFilename = null; Loading @@ -691,7 +671,6 @@ public class MediaPropertiesTest extends /** *To test Media Properties for file which is of type MPEG2 */ // TODO : Remove TC_MP_021 @LargeTest public void testPropertiesMPEG2File() throws Exception { final String videoItemFilename = INPUT_FILE_PATH + Loading @@ -709,9 +688,8 @@ public class MediaPropertiesTest extends } /** *To test Media Properties TC_MP_023 for file without Video only Audio *To test Media Properties for file without Video only Audio */ // TODO : Remove TC_MP_023 @LargeTest public void testProperties3GPWithoutVideoMediaItem() throws Exception { final String audioFilename = INPUT_FILE_PATH + Loading @@ -731,7 +709,6 @@ public class MediaPropertiesTest extends /** *To test media properties for Audio Track file. (No Video, AAC Audio) */ // TODO : Remove TC_MP_024 @LargeTest public void testProperties3GPWithoutVideoAudioTrack() throws Exception { Loading @@ -753,7 +730,6 @@ public class MediaPropertiesTest extends /** *To test media properties for Audio Track file. MP3 file */ // TODO : Remove TC_MP_025 @LargeTest public void testPropertiesMP3AudioTrack() throws Exception { Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorAPITest.java +0 −51 File changed.Preview size limit exceeded, changes collapsed. Show changes
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorExportTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -91,7 +91,6 @@ public class VideoEditorExportTest extends /** * To Test export : Merge and Trim different types of Video and Image files */ // TODO :remove TC_EXP_001 @LargeTest public void testExportMergeTrim() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -173,7 +172,6 @@ public class VideoEditorExportTest extends /** *To Test export : With Effect and Overlays on Different Media Items */ // TODO :remove TC_EXP_002 @LargeTest public void testExportEffectOverlay() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -301,7 +299,6 @@ public class VideoEditorExportTest extends /** * To test export : with Image with KenBurnEffect */ // TODO : remove TC_EXP_003 @LargeTest public void testExportEffectKenBurn() throws Exception { final String imageItemFileName = INPUT_FILE_PATH + "IMG_640x480.jpg"; Loading Loading @@ -359,7 +356,6 @@ public class VideoEditorExportTest extends /** * To Test Export : With Video and Image and An Audio BackGround Track */ // TODO : remove TC_EXP_004 @LargeTest public void testExportAudio() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -420,7 +416,6 @@ public class VideoEditorExportTest extends /** *To Test export : With Transition on Different Media Items */ // TODO :remove TC_EXP_005 @LargeTest public void testExportTransition() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -540,7 +535,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_006 @LargeTest public void testExportWithoutMediaItems() throws Exception { boolean flagForException = false; Loading @@ -566,7 +560,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_007 @LargeTest public void testExportWithoutMediaItemsAddRemove() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH + Loading Loading @@ -621,7 +614,6 @@ public class VideoEditorExportTest extends * * @throws Exception */ // TODO :remove TC_EXP_008 @LargeTest public void testExportMMS() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/VideoEditorPreviewTest.java +0 −15 Original line number Diff line number Diff line Loading @@ -216,7 +216,6 @@ public class VideoEditorPreviewTest extends /** *To test Preview : FULL Preview of current work (beginning till end) */ // TODO : remove TC_PRV_001 @LargeTest public void testPreviewTheStoryBoard() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -275,7 +274,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of start + 10 sec till end of story board */ // TODO : remove TC_PRV_002 @LargeTest public void testPreviewTheStoryBoardFromDuration() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -336,7 +334,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of current Effects applied */ // TODO : remove TC_PRV_003 @LargeTest public void testPreviewOfEffects() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH + Loading Loading @@ -394,7 +391,6 @@ public class VideoEditorPreviewTest extends *To test Preview : Preview of current Transitions applied (with multiple * generatePreview) */ // TODO : remove TC_PRV_004 @LargeTest public void testPreviewWithTransition() throws Exception { Loading Loading @@ -547,7 +543,6 @@ public class VideoEditorPreviewTest extends /** * To test Preview : Preview of current Overlay applied */ // TODO : remove TC_PRV_005 @LargeTest public void testPreviewWithOverlay() throws Exception { final String videoItemFileName = INPUT_FILE_PATH Loading Loading @@ -601,7 +596,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Trim applied (with default aspect * ratio) */ // TODO : remove TC_PRV_006 @LargeTest public void testPreviewWithTrim() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading @@ -625,7 +619,6 @@ public class VideoEditorPreviewTest extends * applied */ // TODO : remove TC_PRV_007 @LargeTest public void testPreviewWithOverlayEffectKenBurn() throws Exception { Loading Loading @@ -684,7 +677,6 @@ public class VideoEditorPreviewTest extends /** *To test Preview : Export during preview */ // TODO : remove TC_PRV_008 @LargeTest public void testPreviewDuringExport() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -765,7 +757,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with from time > * total duration) */ // TODO : remove TC_PRV_009 @LargeTest public void testPreviewWithDurationGreaterThanMediaDuration() throws Exception { Loading Loading @@ -826,7 +817,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with Render Preview * Frame) */ // TODO : remove TC_PRV_010 @LargeTest public void testPreviewWithRenderPreviewFrame() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading Loading @@ -873,7 +863,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current work from selected jump location * till end with Audio Track */ // TODO : remove TC_PRV_011 @LargeTest public void testPreviewWithEndAudioTrack() throws Exception { final String imageItemFilename1 = INPUT_FILE_PATH + "IMG_1600x1200.jpg"; Loading Loading @@ -917,7 +906,6 @@ public class VideoEditorPreviewTest extends /** * To test render Preview Frame */ // TODO : remove TC_PRV_012 @LargeTest public void testRenderPreviewFrame() throws Exception { final String videoItemFileName1 = INPUT_FILE_PATH Loading Loading @@ -1031,7 +1019,6 @@ public class VideoEditorPreviewTest extends /** * To Test Preview : Without any Media Items in the story Board */ // TODO : remove TC_PRV_013 @LargeTest public void testStartPreviewWithoutMediaItems() throws Exception { boolean flagForException = false; Loading Loading @@ -1064,7 +1051,6 @@ public class VideoEditorPreviewTest extends * To Test Preview : Add Media and Remove Media Item (Without any Media * Items in the story Board) */ // TODO : remove TC_PRV_014 @LargeTest public void testStartPreviewAddRemoveMediaItems() throws Exception { final String videoItemFilename1 = INPUT_FILE_PATH Loading Loading @@ -1134,7 +1120,6 @@ public class VideoEditorPreviewTest extends * To test Preview : Preview of current Effects applied (with Render Preview * Frame) */ // TODO : remove TC_PRV_015 @LargeTest public void testPreviewWithRenderPreviewFrameWithoutGenerate() throws Exception { final String videoItemFileName = INPUT_FILE_PATH + Loading