License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.sleroy |
ArtifactId | ArtifactIdfakesmtp-junit-runner |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionJUnit Fake SMTP Server Rule
JUnit Rule to create a FakeSmtp server to write mailing integration tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/ -->
<dependency>
<groupId>com.github.sleroy</groupId>
<artifactId>fakesmtp-junit-runner</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/
implementation 'com.github.sleroy:fakesmtp-junit-runner:0.1.1'
// https://jarcasting.com/artifacts/com.github.sleroy/fakesmtp-junit-runner/
implementation ("com.github.sleroy:fakesmtp-junit-runner:0.1.1")
'com.github.sleroy:fakesmtp-junit-runner:jar:0.1.1'
<dependency org="com.github.sleroy" name="fakesmtp-junit-runner" rev="0.1.1">
<artifact name="fakesmtp-junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sleroy', module='fakesmtp-junit-runner', version='0.1.1')
)
libraryDependencies += "com.github.sleroy" % "fakesmtp-junit-runner" % "0.1.1"
[com.github.sleroy/fakesmtp-junit-runner "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.subethamail : subethasmtp | jar | 3.1.7 |
commons-io : commons-io | jar | 2.5 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
javax.mail : javax.mail-api | jar | 1.5.6 |
javax.mail : mail | jar | 1.4.1 |
com.sun.mail : javax.mail | jar | 1.5.6 |
com.github.nithril : smtp-connection-pool | jar | 1.2.1 |