- get_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList
-
Create an instance of MimeTypeParameterList, then use it to call get() method,
with a string argument, if it returns a value(non-null/null) associated with
passed in argument, then this test passes, otherwise it fails.
- get_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList.get_Test
-
- getAllCommands(String) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getAllCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandMap
-
CommandMap is an abstract class.
- getAllCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create a DataHandler object then use it to invoke getAllCommands() api,
if returns non-null array object containing all commands for the type
of data represented in the DataHandler, then this testcase passes.
- getAllCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.MailcapCommandMap
-
Create a MailcapCommandMap instance, use it to call getAllCommands()
method, if it successfully returns non-null array object of type
CommandInfo then this test passes otherwise it fails.
- getAllCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandMap.getAllCommands_Test
-
- getAllCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getAllCommands_Test
-
- getAllCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getAllCommands_Test
-
- getAllCommandsTest() - Method in class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getAllCommands_Test
-
- getAllCommandsTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getAllCommands_Test
-
- getAllCommandsTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getAllCommands_Test
-
- getBaseType_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeType
-
Create a MimeType instance, use it to call getBaseType() method, if
it returns a string representation of this object, then this test
passes, otherwise it fails.
- getBaseType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeType.getBaseType_Test
-
- getBaseTypeTest() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getBaseType_Test
-
- getBean_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create a DataHandler object then use it to invoke getBean() api,
if it returns a non-null Object then this testcase passes,
otherwise it fails.
- getBean_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getBean_Test
-
- getClassName() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getCommand(String, String) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getCommand_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandMap
-
CommandMap is an abstract class.
- getCommand_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create a DataHandler object then use it to invoke getCommand() api,
if this call returns a CommandInfo for specified command name, then
this testcase passes, otherwise it fails.
- getCommand_Test - Class in javasoft.sqe.tests.api.javax.activation.MailcapCommandMap
-
Create a MailcapCommandMap instance, use it to call getCommand()
method, if it successfully returns non-null object of type
CommandInfo then this test passes otherwise it fails.
- getCommand_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandMap.getCommand_Test
-
- getCommand_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getCommand_Test
-
- getCommand_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getCommand_Test
-
- getCommandClass_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandInfo
-
FileTypeMap is an abstract class.
- getCommandClass_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandInfo.getCommandClass_Test
-
- getCommandName_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandInfo
-
FileTypeMap is an abstract class.
- getCommandName_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandInfo.getCommandName_Test
-
- getCommandObject_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandInfo
-
Create a CommandInfo object using one its contructors, then invoke
getCommandObject(), if it returns a non-null object then this test
passes otherwise it fails.
- getCommandObject_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandInfo.getCommandObject_Test
-
- getCommandTest() - Method in class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getCommand_Test
-
- getCommandTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getCommand_Test
-
getCommandTest1: Test the behavior of the CommandMap wrapper calls when using the default
command map.
- getCommandTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getCommand_Test
-
getCommandTest2: Test the behavior of the CommandMap wrapper calls when using a custom
CommandMap.
- getContent(DataSource) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
Return an object representing the data in its most preferred form.
- getContent_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create a DataHandler object then use it to call getContent() api,
if this method returns non-null Object then this testcase passes.
- getContent_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getContent_Test
-
- getContentType() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDataSource
-
- getContentType(File) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestFileTypeMap
-
- getContentType(String) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestFileTypeMap
-
- getContentType_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create DataHandler objects with mimetype string, then use it to call
getContentType() api if it returns the expected mimetype value then
this testcase passes otherwise it fails.
- getContentType_Test - Class in javasoft.sqe.tests.api.javax.activation.FileDataSource
-
Create an instance of FileDataSource, use it to call getContentType() api,
if this method returns the MIME type of the data in the form of a string,
then this testcase passes, otherwise it fails.
- getContentType_Test - Class in javasoft.sqe.tests.api.javax.activation.FileTypeMap
-
FileTypeMap is an abstract class.
- getContentType_Test - Class in javasoft.sqe.tests.api.javax.activation.MimetypesFileTypeMap
-
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.
- getContentType_Test - Class in javasoft.sqe.tests.api.javax.activation.URLDataSource
-
Create an instance URLDataSource, use it to call getContentType() api,
if it returns content type string then this testcase passes, otherwise
it fails.
- getContentType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getContentType_Test
-
- getContentType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileDataSource.getContentType_Test
-
- getContentType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileTypeMap.getContentType_Test
-
- getContentType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimetypesFileTypeMap.getContentType_Test
-
- getContentType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.URLDataSource.getContentType_Test
-
- getContentTypeTest() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getContentType_Test
-
- getContentTypeTest() - Method in class javasoft.sqe.tests.api.javax.activation.MimetypesFileTypeMap.getContentType_Test
-
- getContentTypeTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getContentType_Test
-
- getContentTypeTest1() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getContentType_Test
-
- getContentTypeTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getContentType_Test
-
- getContentTypeTest2() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getContentType_Test
-
- getDataFlavorName() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getDataHandler() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandObject
-
- getDataSource_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create a DataHandler object pass it various types of strings then
use these objects to call getDataSource() api if this operation
successfully returns DataSource objects then this testcase passes.
- getDataSource_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getDataSource_Test
-
- getDataSourceTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getDataSource_Test
-
- getDataSourceTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getDataSource_Test
-
- getDataSourceTest3() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getDataSource_Test
-
- getDefaultCommandMap_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandMap
-
CommandMap is an abstract class.
- getDefaultCommandMap_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandMap.getDefaultCommandMap_Test
-
- getDefaultFileTypeMap_Test - Class in javasoft.sqe.tests.api.javax.activation.FileTypeMap
-
FileTypeMap is an abstract class.
- getDefaultFileTypeMap_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileTypeMap.getDefaultFileTypeMap_Test
-
- getDefaultMimeType() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getFile_Test - Class in javasoft.sqe.tests.api.javax.activation.FileDataSource
-
Create a FileDataSource instance and then use it to call getFile() api,
if this method returns a non-null File object, then this testcase
passes, otherwise it fails.
- getFile_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileDataSource.getFile_Test
-
- getFileTest() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getFile_Test
-
- getHumanPresentableName_Test - Class in javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor
-
We first create an object of type ActivationDataFlavor, then
call getHumanPresentableName() api on that object, if it returns
the same string value as that passed to ActivationDataFlavor
constructor then this testcase passes otherwise it fails.
- getHumanPresentableName_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor.getHumanPresentableName_Test
-
- getIncorrectMimeTypeVerb() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getInputStream() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDataSource
-
- getInputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create DataHandler objects with various type input file strings then use
these objects to call getInputStream() api to fetch InputStream objects,
if this is successfull then this testcase passes otherwise it fails.
- getInputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.FileDataSource
-
Create an instance of FileDataSource, use it to invoke getInputStream()
method, if it returns an InputStream representing the data then this
testcase passes, if it throws an appropriate exception then it fails.
- getInputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.URLDataSource
-
Create an instance of URLDataSource, use it call getInputStream() api, if
it returns non-null object of type InputStream, then this testcase passes,
otherwise it fails.
- getInputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getInputStream_Test
-
- getInputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileDataSource.getInputStream_Test
-
- getInputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.URLDataSource.getInputStream_Test
-
- getInputStreamTest() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getInputStream_Test
-
- getInputStreamTest1() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getInputStream_Test
-
- getInputStreamTest1() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getInputStream_Test
-
- getInputStreamTest2() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getInputStream_Test
-
- getInputStreamTest2() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getInputStream_Test
-
- getMimeType() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getMimeType_Test - Class in javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor
-
Create a ActivationDataFlavor object with mimeType.
- getMimeType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor.getMimeType_Test
-
- getName() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDataSource
-
- getName_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create DataHandler object and then call getName() api, if this operation
returns the expected non-null string then this testcase passes.
- getName_Test - Class in javasoft.sqe.tests.api.javax.activation.FileDataSource
-
Create an instance of FileDataSource class and use it to call getName()
api, if this method returns non-null object then this testcase passes,
otherwise it fails.
- getName_Test - Class in javasoft.sqe.tests.api.javax.activation.URLDataSource
-
Create an instance of URLDataSource, then use it to call getName() method, if it
returns a non-null expected string, then this testcase passes, otherwise it fails.
- getName_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getName_Test
-
- getName_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileDataSource.getName_Test
-
- getName_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.URLDataSource.getName_Test
-
- getName_Test() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getName_Test
-
- getNames_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList
-
Create an instance of MimeTypeParameterList, then use it to call getNames() method,
if it returns an enumeration of all the names in this list, then this testcase
passes, otherwise it fails.
- getNames_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList.getNames_Test
-
- getNamesTest() - Method in class javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList.getNames_Test
-
- getNameTest() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getName_Test
-
- getNameTest() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getName_Test
-
- getObject() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getOutputStream() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDataSource
-
- getOutputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create DataHandler objects with various type input file strings then use
these objects to call getOutputStream() api to fetch OutputStream objects,
if this is successfull then this testcase passes otherwise it fails.
- getOutputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.FileDataSource
-
Create an instance of FileDataSource, use it to invoke getOutputStream()
method, if it returns an OutputStream representing the data then this
testcase passes, if it throws an appropriate exception then it fails.
- getOutputStream_Test - Class in javasoft.sqe.tests.api.javax.activation.URLDataSource
-
Create an instance of URLDataSource, use it call getOutputStream() api, if
it returns non-null object of type OutputStream, then this testcase passes,
otherwise it fails.
- getOutputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getOutputStream_Test
-
- getOutputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.FileDataSource.getOutputStream_Test
-
- getOutputStream_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.URLDataSource.getOutputStream_Test
-
- getOutputStreamTest() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getOutputStream_Test
-
- getOutputStreamTest1() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getOutputStream_Test
-
- getOutputStreamTest1() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getOutputStream_Test
-
- getOutputStreamTest2() - Method in class javasoft.sqe.tests.api.javax.activation.FileDataSource.getOutputStream_Test
-
- getOutputStreamTest2() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getOutputStream_Test
-
- getParameter_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeType
-
Create a MimeType instance, use it to call getParameter() method with a given
string name, if it returns a string value associated with the given name then
this test passes, otherwise it fails.
- getParameter_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeType.getParameter_Test
-
- getParameters_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeType
-
Create a MimeType instance, use it to call getParameters() method, if it
returns enumerated list of MimeTypeParameterList, then this test passes,
otherwise it fails.
- getParameters_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeType.getParameters_Test
-
- getParametersTest() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getParameters_Test
-
- getParameterTest1() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getParameter_Test
-
- getParameterTest2() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getParameter_Test
-
- getPreferredClassName() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getPreferredCommands(String) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getPreferredCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.CommandMap
-
CommandMap is an abstract class.
- getPreferredCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Using instances of DataHandler we invoke getPreferredCommands() api, if this
method returns a non-null array object of type CommandInfo, of size greater
then zero then this testcase passes otherwise it fails.
- getPreferredCommands_Test - Class in javasoft.sqe.tests.api.javax.activation.MailcapCommandMap
-
Create a MailcapCommandMap instance, use it to call getPreferredCommands()
method with mimetype parameter, if it successfully returns non-null array
object of type CommandInfo then this test passes otherwise it fails.
- getPreferredCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.CommandMap.getPreferredCommands_Test
-
- getPreferredCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getPreferredCommands_Test
-
- getPreferredCommands_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getPreferredCommands_Test
-
- getPreferredCommandsTest() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getPreferredCommands_Test
-
- getPreferredCommandsTest() - Method in class javasoft.sqe.tests.api.javax.activation.MailcapCommandMap.getPreferredCommands_Test
-
- getPreferredVerb() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getPrimaryType_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeType
-
Create a MimeType instance, use it to call getPrimaryType() method, if it
returns a primary (string) type of this object, then this test passes,
otherwise it fails.
- getPrimaryType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeType.getPrimaryType_Test
-
- getPrimaryTypeTest1() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getPrimaryType_Test
-
- getPrimaryTypeTest2() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getPrimaryType_Test
-
- getRepresentationClass_Test - Class in javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor
-
We first create an object of type ActivationDataFlavor(Class,String),
call getRepresentationClass() api on that object, if it returns
the same string value as that passed to ActivationDataFlavor
constructor then this testcase passes otherwise it fails.
- getRepresentationClass_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.ActivationDataFlavor.getRepresentationClass_Test
-
- getSubType_Test - Class in javasoft.sqe.tests.api.javax.activation.MimeType
-
Create a MimeType instance, use it to call getSubType() method, if
it returns subtype string of this object then this test passes.
- getSubType_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.MimeType.getSubType_Test
-
- getSubTypeTest1() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getSubType_Test
-
- getSubTypeTest2() - Method in class javasoft.sqe.tests.api.javax.activation.MimeType.getSubType_Test
-
- getTest() - Method in class javasoft.sqe.tests.api.javax.activation.MimeTypeParameterList.get_Test
-
- getTestType() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestFileTypeMap
-
- getTransferData(DataFlavor, DataSource) - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getTransferData_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Create DataHandler instances, use them to invoke getTransferData() api, if
this method returns an object that represents the data to be transferred,
then this testcase passes, otherwise it fails.
- getTransferData_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferData_Test
-
- getTransferDataFlavors() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestDCH
-
- getTransferDataFlavors_Test - Class in javasoft.sqe.tests.api.javax.activation.DataHandler
-
Use an instance of type DataHandler to invoke getTransferDataFlavors() api,
if this method returns DataFlavors in which this data is available then
this testcase passes otherwise it fails.
- getTransferDataFlavors_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferDataFlavors_Test
-
- getTransferDataFlavorsTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferDataFlavors_Test
-
- getTransferDataFlavorsTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferDataFlavors_Test
-
Test is based upon undocumented relationship:
Transferrable interface is passed through to DataContentHandler: bug ID 4107946
- getTransferDataFlavorsTest3() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferDataFlavors_Test
-
This test design is based upon undocumented wrapping of a DataContentHandler by the Transferable
implementaiton in DataHandler.
- getTransferDataTest1() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferData_Test
-
- getTransferDataTest2() - Method in class javasoft.sqe.tests.api.javax.activation.DataHandler.getTransferData_Test
-
- getURL_Test - Class in javasoft.sqe.tests.api.javax.activation.URLDataSource
-
Create an instance of URLDataSource, use it call getURL() api, if it
returns expected URL for this DataSource, then this testcase passes,
otherwise it fails.
- getURL_Test() - Constructor for class javasoft.sqe.tests.api.javax.activation.URLDataSource.getURL_Test
-
- getURL_Test() - Method in class javasoft.sqe.tests.api.javax.activation.URLDataSource.getURL_Test
-
- getVerb() - Static method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandMap
-
- getVerb() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandObject
-
- getWasCalled() - Method in class javasoft.sqe.tests.api.javax.activation.TestClasses.TestCommandObject
-