diff --git a/README.md b/README.md index eb83475..2fce706 100644 --- a/README.md +++ b/README.md @@ -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 but was: <8> +``` - Wrong field value: +```shell Expecting field with tag <1> in Message: <...> to have value: but was: - +``` ## Compatibility - Java: 11, 17, 21