| com.ibm.emb.test.mfb.EmbeddedMediaFormatTest com.ibm.emb.test.mfb.MpegVideoFormatTest
MpegVideoFormatTest | public MpegVideoFormatTest(String name) throws MediaException(Code) | | constructor
|
createMediaFormat | public MediaFormat createMediaFormat()(Code) | | creates an instance of MpegVideoFormat with the given Parameters used in
super class of MpegVideoFormatTest
|
setUp | protected void setUp()(Code) | | do initialisation here
|
tearDown | protected void tearDown()(Code) | | freeup resources
|
testTEMB0086SBA | public void testTEMB0086SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractHeader(Media)
Testcase Number: TEMB0086SBA
Test 1:
call extractHeader passing suitable MPEG video
--> check result to be an instance of com.ibm.emb.meb.MpegVideoHeader
|
testTEMB0087SBA | public void testTEMB0087SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractSurrogate(Media)
Testcase Number: TEMB0087SBA
Test 1:
call extractSurrogate passing suitable MPEG video.
check result to be an instance of Media
access the content of the resulting media ----> to verify it is accessible
|
testTEMB0088SBA | public void testTEMB0088SBA() throws MediaException(Code) | |
Testcase Name: getDefaultMimeType()
Testcase Number: TEMB0088SBA
Test 1:
call getDefaultMimeType
--->check if result equals "video/mpeg"
|
testTEMB0089SBA | public void testTEMB0089SBA() throws MediaException(Code) | |
Testcase Name: isStreamingDesirable()
Testcase Number: TEMB0089SBA
Test 1:
call isStreamingDesirable
--->check if result is true
|
|
|