| com.ibm.emb.test.mfb.EmbeddedMediaFormatTest com.ibm.emb.test.mfb.WavFormatTest
WavFormatTest | public WavFormatTest(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
|
testTEMB0057SBA | public void testTEMB0057SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractSurrogate(Media)
Testcase Number: TEMB0057SBA
Test 1:
call extractSurrogate passing a wav audio media
check result to be an instance of Media
access the content of the resulting media ----> to verify it is accessible
|
testTEMB0074SBA | public void testTEMB0074SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractHeader(Media)
Testcase Number: TEMB0074SBA
Test 1:
call extractHeader passing a wav-audio media
--> check result to be an instance of com.ibm.emb.meb.WavHeader
|
testTEMB0075SBA | public void testTEMB0075SBA() throws MediaException(Code) | |
Testcase Name: getDefaultMimeType()
Testcase Number: TEMB0075SBA
Test 1:
call getDefaultMimeType
--->check if result equals "audio/x-pn-wav"
|
testTEMB0076SBA | public void testTEMB0076SBA() throws MediaException(Code) | |
Testcase Name: isStreamingDesirable()
Testcase Number: TEMB0076SBA
Test 1:
call isStreamingDesirable
--->check if result is true
|
|
|