Package de.hybris.basecommerce
Class SimpleSmtpServerUtilsTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.basecommerce.SimpleSmtpServerUtilsTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class SimpleSmtpServerUtilsTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description SimpleSmtpServerUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFindNextPort()
void
testSendSuccess()
void
testStartStop()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
testStartStop
public void testStartStop()
-
testSendSuccess
public void testSendSuccess() throws org.apache.commons.mail.EmailException, javax.mail.internet.AddressException
- Throws:
org.apache.commons.mail.EmailException
javax.mail.internet.AddressException
-
testFindNextPort
public void testFindNextPort()
-
-