Java Doc for MediaConverterSpecTest.java in » J2EE » JOnAS-4.8.6 » com » ibm » emb » test » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Line Item: MFB API
Subcategory 1: javax.emb
Subcategory 2: MediaConverterSpec
This abstract class provides test methods for all Methods described in the interface
MediaConverterSpec.
For testing implementations of this interface one needs to create a Tester
class which extends this abstract class.
abstract method to create an instance of MediaConverterSpec this method
needs to be implemented in the test subclass and will create an Instance
of the concrete implementation of the class under test
stdSuite
public static Test stdSuite(String TestCaseImplementor)(Code)
stdSuite method of this test class instantiates all tests necesssary to
for the standard compliance tests
Parameters: String - complete class Name of the implementor of the abstract test
Testcase Name: getConverter()
Testcase Number: EMB041
setup:
test procedure:
1.call getConverter()
expected result: not null and instance of MediaConverter