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
We want to add support for assertThatSerializable. This should accept Objects and serialize them via default serializable logic.
assertThatSerializable
The underlying test library to be used should be simply assertJ. We only need to manage (de)serialization.
The text was updated successfully, but these errors were encountered:
feat(#3): support Serializable interfaces as format
5ea448c
feat(#3): add support for @serializable
232dc78
feat(#3): add support for java's Serializable
c6ea140
Merge pull request #11 from goatfryed/feat/#3/assert-serializable
0e52336
Successfully merging a pull request may close this issue.
We want to add support for
assertThatSerializable
. This should accept Objects and serialize them via default serializable logic.The underlying test library to be used should be simply assertJ. We only need to manage (de)serialization.
The text was updated successfully, but these errors were encountered: