We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In addition to String and Duration, ExpectedEvent.with should support (at least) all primitive value types. Currently, calling with("name", 1) yields a IllegalArgumentException: https://github.com/gunnarmorling/jfrunit/blob/3848a086f60474733a7b3cc73dd0ecc95a856a55/src/main/java/dev/morling/jfrunit/ExpectedEvent.java#L82
String
Duration
ExpectedEvent.with
with("name", 1)
IllegalArgumentException
The text was updated successfully, but these errors were encountered:
Definitely, all supported JFr event attribute types should be supported. PRs welcome of course :)
Sorry, something went wrong.
No branches or pull requests
In addition to
String
andDuration
,ExpectedEvent.with
should support (at least) all primitive value types. Currently, callingwith("name", 1)
yields aIllegalArgumentException
: https://github.com/gunnarmorling/jfrunit/blob/3848a086f60474733a7b3cc73dd0ecc95a856a55/src/main/java/dev/morling/jfrunit/ExpectedEvent.java#L82The text was updated successfully, but these errors were encountered: