Uses of Class
javasoft.sqe.tests.jakarta.mail.util.MailTest
-
-
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Address
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Address Modifier and Type Class Description class
equals_Test
This class tests the equals() API.class
getType_Test
This class tests the getType() API.class
toString_Test
This class tests the toString() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.event.ConnectionEvent
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.event.ConnectionEvent Modifier and Type Class Description class
addConnectionListener_Test
This class tests the addConnectionListener() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.event.FolderEvent
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.event.FolderEvent Modifier and Type Class Description class
addFolderListener_Test
This class tests the addFolderListener() API.class
addMsgChangeList_Test
This class tests the addMessageChangedListener() API.class
addMsgCntList_Test
This class tests the addMessageCountListener() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.event.StoreEvent
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.event.StoreEvent Modifier and Type Class Description class
addStoreListener_Test
This class tests the addStoreListener() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.event.TransportEvent
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.event.TransportEvent Modifier and Type Class Description class
addTransportListener_Test
This class tests the addTransportListener() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.exception
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.exception Modifier and Type Class Description class
authenFailExp_Test
This class tests the AuthenticationFailedException() API.class
folderClosedException_Test
This class tests the FolderClosedException() API.class
folderNotFoundExp_Test
This class tests the FolderNotFoundException() API.class
illegalWriteException_Test
This class tests the IllegalWriteException() API.class
msgRemoveExp_Test
This class tests the MessageRemovedException() API.class
noSuchProvExp_Test
This class tests the NoSuchProviderException() API.class
sendFailedException_Test
This class tests the SendFailedException() API.class
storeClosedException_Test
This class tests the StoreClosedException() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.FetchProfile
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.FetchProfile Modifier and Type Class Description class
add_Test
This class tests the add() API.class
contains_Test
This class tests the contains() API.class
fetchProfile_Test
This class tests the FetchProfile() API.class
getHeaderNames_Test
This class tests the getHeaderNames() API.class
getItems_Test
This class tests the getItems() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Flags
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Flags Modifier and Type Class Description class
add_Test
This class tests the add() API.class
clear_Test
This class tests the clearSystemFlags and clearUserFlags APIs.class
clone_Test
This class tests the clone() API.class
contains_Test
This class tests the contains() API.class
equals_Test
This class tests the equals() API.class
Flags_Test
This class tests the Flags() API.class
getSystemFlags_Test
This class tests the getSystemFlags() API.class
getUserFlags_Test
This class tests the getUserFlags() API.class
remove_Test
This class tests the remove() API.class
retainAll_Test
This class tests the retainAll() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Folder
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Folder Modifier and Type Class Description class
appendMessages_Test
This class tests the appendMessages(Message msg[]) API.class
autoclose_Test
This class tests the AutoCloseable and close() APIs.class
close_Test
This class tests the close(boolean) API.class
copyMessages_Test
This class tests the copyMessages(..) API.class
create_Test
This class tests the create() API.class
delete_Test
This class tests the delete(boolean) API.class
exists_Test
This class tests the exists() API.class
expunge_Test
This class tests the expunge() API.class
fetch_Test
This class tests the fetch(..) API.class
getFolder_Test
This class tests the getFolder(String) API.class
getFullName_Test
This class tests the getFullName() API.class
getMessage_Test
This class tests the getMessage(int) API.class
getMessageContent_Test
This class tests that the content of all Messages in a Folder can be read.class
getMessageCount_Test
This class tests the getMessageCount() API.class
getMessages_Test
This class tests the getMessages() API.class
getName_Test
This class tests the getName() API.class
getNewMessageCount_Test
This class tests the getNewMessageCount() API.class
getParent_Test
This class tests the getParent() API.class
getPermanentFlags_Test
This class tests the getPermanentFlags() API.class
getSeparator_Test
This class tests the getSeparator() API.class
getStore_Test
This class tests the getStore() API.class
getType_Test
This class tests the getType() API.class
getUnreadMessageCount_Test
This class tests the getUnreadMessageCount() API.class
hasNewMessages_Test
This class tests the hasNewMessages() API.class
isOpen_Test
This class tests the isOpen() API.class
isSubscribed_Test
This class tests the isSubscribed() API.class
list_Test
This class tests the list(String) API.class
listSubscribed_Test
This class tests the listSubscribed(..) API.class
open_Test
This class tests the open(int) API.class
renameTo_Test
This class tests the renameTo(Folder) API.class
search_Test
This class tests the search(..) API.class
setFlags_Test
This class tests the setFlags(..) API.class
setSubscribed_Test
This class tests the setSubscribed(boolean) API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Header
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Header Modifier and Type Class Description class
header_Test
This class tests the header() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.AddressException
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.AddressException Modifier and Type Class Description class
addressException_Test
This class tests the AddressException() API.class
getPos_Test
This class tests the getPos() API.class
getRef_Test
This class tests the getRef() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ContentType
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ContentType Modifier and Type Class Description class
contentType_Test
This class tests the ContentType() API.class
getBaseType_Test
This class tests the getBaseType() API.class
getParameter_Test
This class tests the getParameter() API.class
getParameterList_Test
This class tests the getParameterList() API.class
getPrimaryType_Test
This class tests the getPrimaryType() API.class
getSubType_Test
This class tests the getSubType() API.class
match_Test
This class tests the match() API.class
setParameter_Test
This class tests the setParameter() API.class
setParameterList_Test
This class tests the setParameterList() API.class
setPrimaryType_Test
This class tests the setPrimaryType() API.class
setSubType_Test
This class tests the setSubType() API.class
toString_Test
This class tests the toString() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.HeaderTokenizer
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.HeaderTokenizer Modifier and Type Class Description class
getRemainder_Test
This class tests the getRemainder() API.class
headerTokenizer_Test
This class tests the HeaderTokenizer() API.class
next_Test
This class tests the next() APIs.class
peek_Test
This class tests the peek() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.InternetAddress
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.InternetAddress Modifier and Type Class Description class
getAddress_Test
This class tests the getAddress() API.class
getPersonal_Test
This class tests the getPersonal() API.class
getType_Test
This class tests the getType() API.class
internetAddress_Test
This class tests the InternetAddress() API.class
setAddress_Test
This class tests the setAddress() API.class
setPersonal_Test
This class tests the setPersonal() API.class
unicode_Test
class
utilmethods_Test
-
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.InternetHeaders
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.InternetHeaders Modifier and Type Class Description class
accessProtected_Test
This class tests the 1.class
addHeader_Test
This class tests the addHeaders() API.class
addHeaderLine_Test
This class tests the addHeaderLine() API.class
getAllHeaderLines_Test
This class tests the getAllHeaderLines() API.class
getAllHeaders_Test
This class tests the getAllHeaders() API.class
getHeader_Test
This class tests the getHeader() API.class
getMatchHeadLines_Test
This class tests the getMatchingHeaderLines() API.class
getMatchingHeaders_Test
This class tests the getMatchingHeaders() API.class
getNonMatchHead_Test
This class tests the getNonMatchingHeaders() API.class
getNonMatchHeadLines_Test
This class tests the getNonMatchingHeaderLines() API.class
InternetHeaders_Test
This class tests the InternetHeaders() API.class
load_Test
This class tests the load() API.class
removeHeader_Test
This class tests the removeHeader() API.class
setHeader_Test
This class tests the setHeaders() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MailDateFormat
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MailDateFormat Modifier and Type Class Description class
unsupportedOperation_Test
This class tests the methods that must throw UnsupportedOperationException. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeBodyPart
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeBodyPart Modifier and Type Class Description class
addHeader_Test
This class tests the addHeader() API.class
addHeaderLine_Test
This class tests the addHeaderLine() API.class
attachFile_saveFile_Test
This class tests the attachFile and saveFile API.class
getAllHeaderLines_Test
This class tests the getAllHeaderLines() API.class
getAllHeaders_Test
This class tests the getAllHeaders() API.class
getContent_Test
This class tests the getContent() API.class
getContentID_Test
This class tests the getContentID() API.class
getContentLanguage_Test
This class tests the getContentLanguage() API.class
getContentMD5_Test
This class tests the getContentMD5() API.class
getContentType_Test
This class tests the getContentType() API.class
getDataHandler_Test
This class tests the getDataHandler() API.class
getDescription_Test
This class tests the getDescription() API.class
getDisposition_Test
This class tests the getDisposition() API.class
getEncoding_Test
This class tests the getEncoding() API.class
getFileName_Test
This class tests the getFileName() API.class
getHeader_Test
This class tests the getHeader() API.class
getLineCount_Test
This class tests the getLineCount() API.class
getMatchHeadLines_Test
This class tests the getMatchingHeaderLines() API.class
getMatchingHeaders_Test
This class tests the getMatchingHeaders() API.class
getNonMatchHead_Test
This class tests the getNonMatchingHeaders() API.class
getNonMatchHeadLines_Test
This class tests the getNonMatchingHeaderLines() API.class
getSize_Test
This class tests the getSize() API.class
isMimeType_Test
This class tests the isMimeType() API.class
mimeBodyPart_Test
This class tests the MimeBodyPart() API.class
removeHeader_Test
This class tests the removeHeader() API.class
setContent_Test
This class tests the setContent() API.class
setContentLanguage_Test
This class tests the setContentLanguage() API.class
setContentMD5_Test
This class tests the setContentMD5() API.class
setDataHandler_Test
This class tests the setDataHandler() API.class
setDescription_Test
This class tests the setDescription() API.class
setDisposition_Test
This class tests the setDisposition() API.class
setFileName_Test
This class tests the setFileName() API.class
setFileNameEncoded_Test
This class tests the setFileName() API.class
setHeader_Test
This class tests the setHeader() API.class
setText_Test
This class tests the setText() API.class
writeTo_Test
This class tests the writeTo() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeMessage
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeMessage Modifier and Type Class Description class
addHeaderLine_Test
This class tests the addHeaderLine() API.class
addRecipients_Test
This class tests the addRecipients() API.class
createMimeMessage_Test
This class tests the createMessage() API.class
getAllHeaderLines_Test
This class tests the getAllHeaderLines() API.class
getContentID_Test
This class tests the getContentID() API.class
getContentLanguage_Test
This class tests the getContentLanguage() API.class
getContentMD5_Test
This class tests the getContentMD5() API.class
getEncoding_Test
This class tests the getEncoding() API.class
getHeader_Test
This class tests the getHeader() API.class
getInputStream_Test
This class tests the getInputStream() API.class
getMatchHeadLines_Test
This class tests the getMatchingHeaderLines() API.class
getNonMatchHeadLines_Test
This class tests the getNonMatchingHeaderLines() API.class
getSentDate_Test
This class tests the getSentDate() API.class
MimeMessage_Test
This class tests the MimeMessage() API.class
reply_Test
This class tests the reply() APIs.class
setContent_Test
This class tests the setContent() API.class
setContentID_Test
This class tests the setContentID() API.class
setContentMD5_Test
This class tests the setContentMD5() API.class
setDataHandler_Test
This class tests the setDataHandler() API.class
setDescription_Test
This class tests the setDescription() API.class
setDisposition_Test
This class tests the setDisposition() API.class
setFileNameEncoded_Test
This class tests the setFileName() API.class
setFrom_Test
This class tests the setFrom(String) API.class
setSentDate_Test
This class tests the setSentDate() API.class
setSubject_Test
This class tests the setSubject() API.class
unicode_Test
class
updateHeaders_Test
This class tests the updateHeaders() API.class
updateMessageID_Test
This class tests the updateMessageID() API.class
writeTo_Test
This class tests the writeTo() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeMultipart
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeMultipart Modifier and Type Class Description class
getBodyPart_Test
This class tests the getBodyPart() API.class
getCount_Test
This class tests the getCount() API.class
getsetPreamble_Test
This class tests the MimeMultipart.getPreamble() API.class
initializeProperties_Test
This class tests the MimeMultipart initializeProperties method.class
isComplete_Test
This class tests the isComplete() API.class
MimeMultipart_Test
This class tests the MimeMultipart() API.class
properties_Test
This class tests the MimeMultipart System property settings.class
setSubType_Test
This class tests the MimeMultipart() API.class
writeTo_Test
This class tests the writeTo() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimePartDataSource
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimePartDataSource Modifier and Type Class Description class
getContentType_Test
This class tests the getContentType() API.class
getInputStream_Test
This class tests the getInputStream() API.class
getName_Test
This class tests the getName() API.class
getOutputStream_Test
This class tests the getOutputStream() API.class
mimePartDataSource_Test
This class tests the MimePartDataSource() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeUtility
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.MimeUtility Modifier and Type Class Description class
decodeText_Test
This class tests the decodeText() API.class
decodeWord_Test
This class tests the decodeWord() API.class
encodeText_Test
This class tests the encodeText() API.class
encodeWord_Test
This class tests the encodeWord() API.class
foldUnfold_Test
This class tests the fold() and unfold() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.NewsAddress
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.NewsAddress Modifier and Type Class Description class
equals_Test
This class tests the equals() API.class
getHost_Test
This class tests the getHost() API.class
getNewsgroup_Test
This class tests the getNewsgroup() API.class
getType_Test
This class tests the getType() API.class
newsAddress_Test
This class tests the NewsAddress() API.class
parse_Test
This class tests the parse() API.class
setHost_Test
This class tests the setHost() API.class
setNewsgroup_Test
This class tests the setNewsgroup() API.class
toString_Test
This class tests the toString() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ParameterList
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ParameterList Modifier and Type Class Description class
combineSegments_Test
This class tests the ParameterList.combineSegments() API.class
encoded_default_Test
This class tests the set() API.class
encoded_false_Test
This class tests the set() API.class
encoded_true_Test
This class tests the set() API.class
get_Test
This class tests the get() API.class
getNames_Test
This class tests the getNames() API.class
parameterList_Test
This class tests the ParameterList() API.class
remove_Test
This class tests the remove() API.class
set_Test
This class tests the set() API.class
set_withDecodeStrict_Test
This class tests the set() API.class
size_Test
This class tests the size() API.class
toString_Test
This class tests the toString() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ParseException
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.ParseException Modifier and Type Class Description class
parseException_Test
This class tests the ParseException() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.PreencodedMimeBodyPart
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.internet.PreencodedMimeBodyPart Modifier and Type Class Description class
PreencodedMimeBodyPart_Test
This class tests the PreencodedMimeBodyPart() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Message
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Message Modifier and Type Class Description class
addFrom_Test
This class tests the addFrom() API.class
addHeader_Test
This class tests the addHeader() API.class
addRecipient_Test
This class tests the addRecipient() API.class
getAllHeaders_Test
This class tests the getAllHeaders() API.class
getContent_Test
This class tests the getContent() API.class
getContentType_Test
This class tests the getContentType() API.class
getDataHandler_Test
This class tests the getDataHandler() API.class
getDescription_Test
This class tests the getDescription() API.class
getDisposition_Test
This class tests the getDisposition() API.class
getFileName_Test
This class tests the getFileName() API.class
getFlags_Test
This class tests the getFlags() API.class
getFolder_Test
This class tests the getFolder() API.class
getFrom_Test
This class tests the getFrom() API.class
getHeader_Test
This class tests the getHeader() API.class
getInputStream_Test
This class tests the getInputStream() API.class
getMatchingHeaders_Test
This class tests the getMatchingHeaders() API.class
getMessageNumber_Test
This class tests the getMessageNumber() API.class
getNonMatchingHeaders_Test
This class tests the getNonMatchingHeaders() API.class
getReceivedDate_Test
This class tests the getReceivedDate() API.class
getRecipients_Test
This class tests the getRecipients() API.class
getReplyTo_Test
This class tests the getReplyTo() API.class
getSession_Test
This class tests the getSession() API.class
getSize_Test
This class tests the getSize() API.class
getSubject_Test
This class tests the getSubject() API.class
isExpunged_Test
This class tests the isExpunged() API.class
isSet_Test
This class tests the isSet() API.class
match_Test
This class tests the match() API.class
removeHeader_Test
This class tests the removeHeader() API.class
saveChanges_Test
This class tests the saveChanges() API.class
setContent_Test
This class tests the setContent() API.class
setDataHandler_Test
This class tests the setDataHandler() API.class
setFileName_Test
This class tests the setFileName() API.class
setFileNameTest_encodeFalse_decodeTrue
This class tests the setFileName() API.class
setFileNameTest_encodeTrue_decodeFalse
This class tests the setFileName() API.class
setFlag_Test
This class tests the setFlag() API.class
setFrom_Test
This class tests the setFrom() API.class
setHeader_Test
This class tests the setHeader() API.class
setRecipients_Test
This class tests the setRecipients() API.class
setReplyTo_Test
This class tests the setReplyTo() API.class
setSubject_Test
This class tests the setSubject() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Multipart
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Multipart Modifier and Type Class Description class
addBodyPart1_Test
This class tests the addBodyPart() API.class
addBodyPart2_Test
This class tests the addBodyPart() API.class
getBodyPart_Test
This class tests the getBodyPart() API.class
getContentType_Test
This class tests the getContentType() API.class
getCount_Test
This class tests the getCount() API.class
removeBodyPart1_Test
This class tests the removeBodyPart() API.class
removeBodyPart2_Test
This class tests the removeBodyPart() API.class
writeTo_Test
This class tests the writeTo() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.PasswordAuthentication
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.PasswordAuthentication Modifier and Type Class Description class
getPassword_Test
This class tests the getPassword() API.class
getUserName_Test
This class tests the getUserName() API.class
passwdAuthen_Test
This class tests the PasswordAuthentication() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Provider
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Provider Modifier and Type Class Description class
getClassName_Test
This class tests the getClassName() API.class
getProtocol_Test
This class tests the getProtocol() API.class
getType_Test
This class tests the getType() API.class
getVendor_Test
This class tests the getVendor() API.class
getVersion_Test
This class tests the getVersion() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.AndTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.AndTerm Modifier and Type Class Description class
andterm_Test
This class tests the AndTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.BodyTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.BodyTerm Modifier and Type Class Description class
bodyterm_Test
This class tests the BodyTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.FlagTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.FlagTerm Modifier and Type Class Description class
flagterm_Test
This class tests the FlagTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.FromTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.FromTerm Modifier and Type Class Description class
fromterm_Test
This class tests the FromTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.HeaderTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.HeaderTerm Modifier and Type Class Description class
headerterm_Test
This class tests the HeaderTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.MessageIDTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.MessageIDTerm Modifier and Type Class Description class
messageidterm_Test
This class tests the MessageIDTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.MessageNumberTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.MessageNumberTerm Modifier and Type Class Description class
messagenumberterm_Test
This class tests the MessageNumberTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.NotTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.NotTerm Modifier and Type Class Description class
notterm_Test
This class tests the NotTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.OrTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.OrTerm Modifier and Type Class Description class
orterm_Test
This class tests the OrTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.ReceivedDateTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.ReceivedDateTerm Modifier and Type Class Description class
receiveddateterm_Test
This class tests the ReceivedDateTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.RecipientTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.RecipientTerm Modifier and Type Class Description class
recipientterm_Test
This class tests the RecipientTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SearchException
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SearchException Modifier and Type Class Description class
searchException_Test
This class tests the SearchException() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SentDateTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SentDateTerm Modifier and Type Class Description class
sentdateterm_Test
This class tests the SentDateTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SizeTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SizeTerm Modifier and Type Class Description class
sizeterm_Test
This class tests the SizeTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SubjectTerm
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.search.SubjectTerm Modifier and Type Class Description class
subjectterm_Test
This class tests the SubjectTerm() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Session
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Session Modifier and Type Class Description class
addProvider_Test
This class tests the addProvider() API.class
getDefaultInstance_Test
This class tests the getDefaultInstance(Properties, Authenticator) API.class
getFolder_Test
This class tests the getFolder(URLName) API.class
getInstance_Test
This class tests the getInstance(Properties, Authenticator) API.class
getPasswdAuthen_Test
This class tests the getPasswordAuthentication() API.class
getProperties_Test
This class tests the getProperties() API.class
getProperty_Test
This class tests the getProperty(String) API.class
getProvider_Test
This class tests the getProvider() API.class
getProviders_Test
This class tests the getProviders() API.class
getStore_Test
This class tests the getStore(..) API.class
getTransport_Test
This class tests the getTransport() API.class
loadFromConf_Test
This class tests that resource files are loaded as expected.class
loadFromLib_Test
This class tests that resource files are loaded as expected.class
reqPasswdAuthen_Test
class
setPasswdAuthen_Test
This class tests the setPasswordAuthentication() API.class
setProtocolForAddress_Test
This class tests the getClassName() API.class
setProvider_Test
This class tests the setProvider() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Store
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Store Modifier and Type Class Description class
autoclose_Test
This class tests the AutoCloseable API.class
close_Test
This class tests the close() API.class
connect_Test
This class tests the connect(...) API.class
getDefaultFolder_Test
This class tests the getDefaultFolder() API.class
getFolder_Test
This class tests the getFolder(..) API.class
getURLName_Test
This class tests the getUrl() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.Transport
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.Transport Modifier and Type Class Description class
autoclose_Test
class
close_Test
class
connect_Test
class
getURLName_Test
class
isConnected_Test
class
send_Test
class
sendMessage_Test
-
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.UIDFolder
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.UIDFolder Modifier and Type Class Description class
getUID_Test
This class tests the getUID() and getMessageByUID(long uid) APIs.class
getUIDNext_Test
This class tests the getUIDNext() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.URLName
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.URLName Modifier and Type Class Description class
equals_Test
This class tests the equals() API.class
getFile_Test
This class tests the getFile() API.class
getHost_Test
This class tests the getHost() API.class
getPassword_Test
This class tests the getPassword() API.class
getPort_Test
This class tests the getPort() API.class
getProtocol_Test
This class tests the getProtocol() API.class
getURL_Test
This class tests the getURL() API.class
getUsername_Test
This class tests the getUsername() API.class
toString_Test
This class tests the toString() API.class
urlName_Test
This class tests the URLName() API. -
Uses of MailTest in javasoft.sqe.tests.jakarta.mail.util
Subclasses of MailTest in javasoft.sqe.tests.jakarta.mail.util Modifier and Type Class Description class
ByteArrayDataSource_Test
This class tests the ByteArrayDataSource() API.class
SharedByteArrayInputStream_Test
This class tests the SharedByteArrayInputStream() API.class
SharedFileInputStream_Test
This class tests the SharedFileInputStream() API.
-