README.md: note original author in README
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
b7abdbf2fb
commit
05b1307dfa
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# wiser-assertions
|
# wiser-assertions
|
||||||
Assertions for Wiser SMTP test server from subethamail
|
Assertions for Wiser SMTP test server from subethamail
|
||||||
|
|
||||||
|
## Origin
|
||||||
|
|
||||||
|
Taken from Rafal Browiec [WiserAssertions] class.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
|
@ -33,3 +37,5 @@ Assertions for Wiser SMTP test server from subethamail
|
||||||
.withContentContains(message_element_2)
|
.withContentContains(message_element_2)
|
||||||
.withContentContains(message_element_3);
|
.withContentContains(message_element_3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[WiserAssertions]:http://blog.codeleak.pl/2014/09/testing-mail-code-in-spring-boot.html
|
Loading…
Reference in a new issue