Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,26 +124,31 @@ Notes:

## Failure messages (examples)
- Missing field:
```shell
Expecting Message:
<...>
to have field with tag <8>
but did not.
```

- Wrong message type:
```shell
Expecting Message:
<...>
to be of type <D>
but was:
<8>
```

- Wrong field value:
```shell
Expecting field with tag <1> in Message:
<...>
to have value:
<Marcel>
but was:
<John>

```

## Compatibility
- Java: 11, 17, 21
Expand Down