Skip to content

Commit

Permalink
#56 Improve documentation
Browse files Browse the repository at this point in the history
link Pax Exam configuration and test
  • Loading branch information
oliverlietz committed Sep 6, 2023
1 parent b0a5ebb commit 6d6c8be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,6 @@ import static org.ops4j.pax.tinybundles.TinyBundles.bundle;
InputStream inputStream = bundle.build();
----

TinyBundles is often used with https://github.com/ops4j/org.ops4j.pax.exam2[Pax Exam] for testing. See https://github.com/ops4j/org.ops4j.pax.tinybundles/blob/master/src/test/java/org/ops4j/pax/tinybundles/it/TinybundlesTestSupport.java[TinybundlesTestSupport] on how to provision (incl. required dependencies) and https://github.com/ops4j/org.ops4j.pax.tinybundles/blob/master/src/test/java/org/ops4j/pax/tinybundles/it/DeclarativeServiceBndBundleBuildIT.java[DeclarativeServiceBndBundleBuildIT] on how to use.

See xref:examples.adoc[] for more detailed examples showing usage of fluent API.

0 comments on commit 6d6c8be

Please sign in to comment.