Skip to content

Commit

Permalink
Update tutorial.md - add links for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrueger authored Apr 17, 2024
1 parent c48c123 commit b74c5fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ Verify that the **JUnit** view shows a green bar. If not, go back and fix the co

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.

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).

## Build the Implementation Bundle

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".
Expand Down

0 comments on commit b74c5fe

Please sign in to comment.