-
Notifications
You must be signed in to change notification settings - Fork 3
Make specification examples (from readme) executable #256
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
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Pull Request Test Coverage Report for Build #418Details
💛 - Coveralls |
4e14019
to
02fe2c8
Compare
…duplicates Fix adding id property duplicates
… the reader better
…OfSpecificationV1p1Test
The example does not have it, so we need to remove it afterwards.
8582fad
to
3eec23d
Compare
I am moving the examples step by step, documenting the tests well so it can be linked to from the README and understood without external information.
see if we can somehow convert it nicely in javadocs or some other kind of "more accessible document" (e.g. html or markdown) which could e.g. included on the webpage more easily.The best approach will be the snippet annotation for javadoc (java18+), which could embed them into the method documentation and then we could enable the javadoc for specific test classes and link them in the overview.html. But this is not for now.