Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: FEST-Assert 1.2
-
Fix Version/s: FEST-Assert 1.3
-
Component/s: Assert
-
Labels:None
-
Number of attachments :
Description
I've just came across this in my code:
assertThat(someString).doesNotContain("foo");
However, there is no doesNotContain method
I worked around using this (but it is not as nice):
assertThat(someString).doesNotMatch(".foo.");
Can we add doesNotContain method?
Activity
Alex Ruiz
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | FEST-Assert 1.3 [ 15940 ] | |
| Assignee | Yvonne Wang [ wanghy ] | |
| Affects Version/s | FEST-Assert 1.2 [ 15402 ] |
Yvonne Wang
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Yvonne Wang
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |