| com.ibm.emb.test.mfb.EmbeddedMediaFormatTest com.ibm.emb.test.mfb.BmpFormatTest
BmpFormatTest | public BmpFormatTest(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
|
testTEMB0056SBA | public void testTEMB0056SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractHeader(Media)
Testcase Number: TEMB0056SBA
Test 1:
call extractHeader passing a bmp media
--> check result to be an instance of com.ibm.emb.meb.BmpHeader
|
testTEMB0058SBA | public void testTEMB0058SBA() throws MediaException(Code) | |
Testcase Name: getDefaultMimeType()
Testcase Number: TEMB0058SBA
Test 1:
call getDefaultMimeType
--->check if result equals "image/bmp"
|
testTEMB0060SBA | public void testTEMB0060SBA() throws MediaException(Code) | |
Testcase Name: isStreamingDesirable()
Testcase Number: TEMB0060SBA
Test 1:
call isStreamingDesirable
--->check if result is false
|
testTEMB0085SBA | public void testTEMB0085SBA() throws MediaException, IOException(Code) | |
Testcase Name: extractSurrogate(Media)
Testcase Number: TEMB0085SBA
Test 1:
call extractSurrogate passing a bmp media
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.BmpFormat
|
|
|