Skip to content

Commit 5012f8a

Browse files
committed
Update tutorial.md - add links for testing
based on https://bnd.discourse.group/t/testing-outdated-documentation-current-best-practices/438/2 Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent c48c123 commit 5012f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorial.md

+2
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ Verify that the **JUnit** view shows a green bar. If not, go back and fix the co
218218

219219
Note that, since this is a unit test rather than an integration test, we did not need to run an OSGi Framework; the standard JUnit launcher is used. Again, this is possible because the component under test is a POJO.
220220

221+
To learn more about Testing see [this section of the manual](https://bnd.bndtools.org/chapters/310-testing.html) as well as the section about [Testing with Launchpad](https://bnd.bndtools.org/chapters/315-launchpad-testing.html).
222+
221223
## Build the Implementation Bundle
222224

223225
As in the previous project, a bundle is automatically built based on the content of `bnd.bnd`. In the current project however, we want to build *two* separate bundles. To achieve this we need to enable a feature called "sub-bundles".

0 commit comments

Comments
 (0)