Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format output so that IntelliJ will display a diff button #31

Closed
robfletcher opened this issue May 16, 2018 · 3 comments
Closed

Format output so that IntelliJ will display a diff button #31

robfletcher opened this issue May 16, 2018 · 3 comments
Labels
🦄 enhancement New feature or request
Milestone

Comments

@robfletcher
Copy link
Owner

For assertion functions like isEqualTo it's essential to have diff capabilities. Need to research and implement how to format the rendering of the "actual" value so that IntelliJ will know to offer a diff button.

@robfletcher robfletcher added the 🦄 enhancement New feature or request label May 16, 2018
@robfletcher robfletcher added this to the v1.0 milestone May 16, 2018
@robfletcher
Copy link
Owner Author

This may require coupling to JUnit's API somehow to support multiple diffs in block assertions

@robfletcher
Copy link
Owner Author

robfletcher commented May 17, 2018

I'm wondering if we could have

interface AssertionResult

class AssertionFailed : AssertionError(), AssertionResult 
class AssertionPassed : AssertionResult

and group the results in that way.

@robfletcher
Copy link
Owner Author

Probably want to depend on https://github.com/ota4j-team/opentest4j

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦄 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant