xpct 0.5.1

An extensible test assertion library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[src/main.rs:20:5] = player
    Expected all of these fields to succeed:
        xpct::main::Player {
            id: OK
            name: FAILED
                Expected:
                    ""
                to not be empty
            level: FAILED
                Expected:
                    21
                to be in:
                    1..=20
            is_superstar: FAILED
                [why] only superstars allowed
                Expected this to be true
        }