| com.ibm.emb.test.mfb.EmbeddedMediaFormatTest com.ibm.emb.test.mfb.JpegFormatTest
JpegFormatTest | public JpegFormatTest(String name) throws MediaException(Code) | | constructor
|
createMediaFormat | public MediaFormat createMediaFormat()(Code) | | creates an instance of JpegFormat with the given Parameters used in super
class of JpegFormatTest
|
setUp | protected void setUp()(Code) | | do initialisation here
|
tearDown | protected void tearDown()(Code) | | freeup resources
|
testTEMB0065SBA | public void testTEMB0065SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractHeader(Media)
Testcase Number: TEMB0065SBA
Test 1:
call extractHeader passing
--> check result to be an instance of com.ibm.emb.meb.JpegHeader
|
testTEMB0066SBA | public void testTEMB0066SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractSurrogate(Media)
Testcase Number: TEMB0066SBA
Test 1:
call extractSurrogate passing
check result to be an instance of Media
access the content of the resulting media ----> to verify it is accessible
check if format of result is an instance of com.ibm.emb.meb.JpegFormat
|
testTEMB0067SBA | public void testTEMB0067SBA() throws MediaException(Code) | |
Testcase Name: getDefaultMimeType()
Testcase Number: TEMB0067SBA
Test 1:
call getDefaultMimeType
--->check if result equals "image/jpeg"
|
testTEMB0069SBA | public void testTEMB0069SBA() throws MediaException(Code) | |
Testcase Name: isStreamingDesirable()
Testcase Number: TEMB0069SBA
Test 1:
call isStreamingDesirable
--->check if result is false
|
|
|