Package javasoft.sqe.tests.api.jakarta.activation.MimetypesFileTypeMap
-
Class Summary Class Description addMimeTypes_Test Create an instance of MimetypesFileTypeMap then call addMimeTypes() method with mimetype string, if this operation is successfull then this test passes, otherwise it fails.getContentType_Test Create an instance of MimetypesFileTypeMap then call getContentType() method with filename parameter and if it returns the type (string) of the file object then this test passes, otherwise it fails.loadFromConf_Test This class tests that resource files are loaded as expected.loadFromLib_Test This class tests that resource files are loaded as expected.MimetypesFileTypeMap_Test Test: MimetypesFileTypeMap() ; default constructor