assertj / assertj/assertj-generator
AssertionError messages not parsed by IntelliJ
Open
- Dominant language
- Java
- Stars
- 72
- Forks
- 47
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 2
Description
The current error messages as defined in the default templates are not is a form that IntelliJ parses for diffs:
```
Expecting someField of:
to be:
but was:
```
With a slight tweak IntelliJ does parse them and allows you to view the diff:
```
someField of expected: but was:
```
I believe Eclipse works the same way. Of course, this might be a bit less nice to read as plain text.
@joel-costigliola Is this something you have considered? Would you accept a pull request for this change?
Contributor guide
Assessment
This issue has not been assessed yet.