Issue6Test: assert from, to and withSubject to match submitted issue
Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
parent
311eda0299
commit
a11b2fcdd4
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ public class Issue6Test extends AbstractWiserTest {
|
||||||
//when
|
//when
|
||||||
sender.send(message);
|
sender.send(message);
|
||||||
//then
|
//then
|
||||||
getAssertions().withContentContains("Hi Carl");
|
getAssertions().from("bob@a.com").to("carl@b.com")
|
||||||
|
.withSubject("Subject")
|
||||||
|
.withContentContains("Hi Carl");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue