Package de.hybris.platform.test
Class MailUtilsTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.MailUtilsTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class MailUtilsTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description MailUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()Clears internal config cache, since some test methods influence (populate) it.voidtestConvertCache()voidtestPreConfiguredEmail()voidtestValidateEmailAddress()voidtestValidateEmailServer()voidtestValidateParameter()voidtestValidatePop3()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
before
public void before()
Clears internal config cache, since some test methods influence (populate) it.
-
testValidateEmailServer
public void testValidateEmailServer()
-
testValidatePop3
public void testValidatePop3()
-
testValidateParameter
public void testValidateParameter()
-
testValidateEmailAddress
public void testValidateEmailAddress()
-
testConvertCache
public void testConvertCache()
-
testPreConfiguredEmail
public void testPreConfiguredEmail() throws org.apache.commons.mail.EmailException- Throws:
org.apache.commons.mail.EmailException
-
-