| com.ibm.emb.test.mfb.EmbeddedMediaFormatTest com.ibm.emb.test.mfb.MpegAudioFormatTest
MpegAudioFormatTest | public MpegAudioFormatTest(String name) throws MediaException(Code) | | constructor
|
createMediaFormat | public MediaFormat createMediaFormat()(Code) | | creates an instance of BmpFormat with the given Parameters used in super
class of BmpFormatTest
|
setUp | protected void setUp()(Code) | | do initialisation here
|
tearDown | protected void tearDown()(Code) | | freeup resources
|
testTEMB0079SBA | public void testTEMB0079SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractHeader(Media)
Testcase Number: TEMB0079SBA
Test 1:
call extractHeader passing a mp3 audio file
--> check result to be an instance of com.ibm.emb.meb.MpegAudioHeader
|
testTEMB0080SBA | public void testTEMB0080SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractSurrogate(Media)
Testcase Number: TEMB0080SBA
Test 1:
call extractSurrogate passing a mp3 media
check result to be an instance of Media
access the content of the resulting media ----> to verify it is accessible
|
testTEMB0081SBA | public void testTEMB0081SBA() throws MediaException(Code) | |
Testcase Name: getDefaultMimeType()
Testcase Number: TEMB0081SBA
Test 1:
call getDefaultMimeType
--->check if result equals "audio/x-mpeg"
|
testTEMB0082SBA | public void testTEMB0082SBA() throws MediaException(Code) | |
Testcase Name: isStreamingDesirable()
Testcase Number: TEMB0082SBA
Test 1:
call isStreamingDesirable
--->check if result is true
|
|
|