|
Testcase Name: process(InputStream, OutputStream)
Testcase Number: EMB040
setup: access file containing a list of all implemented MediaConverterSpecs and sample files
test procedure:
1.for each converter spec, call process passing null as input
expected result: NullPointerException
2.for each converter spec, call process passing null as output
expected result: NullPointerException
3.for each converter spec, create input stream from matching file and call process
expected result: not null and no exception
|