Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: FEST-Assert 1.4
-
Fix Version/s: FEST-Assert 2.0M1
-
Component/s: Assert
-
Labels:None
-
Testcase included:yes
Description
I would expect the following test to pass. But it fails
@Test
public void containsSequence() {
assertThat(java.util.Arrays.asList(1, 2, 1, 3)).containsSequence(1, 3);
}
You are right, it should pass.
Thanks for reporting this.