xpct 0.5.1

An extensible test assertion library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[src/main.rs:6:5] = items
    Expected all of these to succeed:
        [0]  FAILED
             Expected:
                 "apple"
             to contain the substring:
                 "ana"

        [2]  FAILED
             Expected:
                 "banana"
             to be in:
                 ["mango", "orange"]