| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds a new “Testing” documentation page to the JOSDK docs site, describing unit, integration, and E2E testing approaches and how to use the JUnit extensions.
Changes:
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/content/en/docs/documentation/testing.md | New testing guide covering unit tests, JUnit extensions, Fabric8 mock/API test options, and system property configuration. |
| docs/content/en/docs/documentation/_index.md | Adds a “Testing” section linking to the new page. |
Sorry, something went wrong.
| // Keep namespace around on test failure for debugging | ||
| .preserveNamespaceOnError(true) | ||
| .build(); | ||
| ``` |
There was a problem hiding this comment.
Mention that these are just examples, and the list is not exhaustive.
Sorry, something went wrong.
| Operator operator = extension.getOperator(); | ||
|
|
||
| // Get a registered reconciler (useful to inspect state) | ||
| MyReconciler reconciler = extension.getReconcilerOfType(MyReconciler.class); |
There was a problem hiding this comment.
I think this can be removed since the following section is all about this.
Sorry, something went wrong.
There was a problem hiding this comment.
makes sense, removed.
Sorry, something went wrong.
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
| Back | FazBrowse Home | New Git URL |
Signed-off-by: Attila Mészáros a_meszaros@apple.com