OSGi Testing

前端 未结 13 1094
执念已碎
执念已碎 2021-02-04 05:25

Currently, I am working on a new version control system as part of a final year project at University. The idea is to make it highly adaptable and pluggable.

We\'re usin

13条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 06:08

    How about bnd-testing-maven-plugin?

    It allow running JUnit inside a running container like Felix or Equinox. If you used the BNDTools for eclipse this is very similar but just maven withpout eclipse and without a UI.

    https://github.com/bndtools/bnd/tree/master/maven/bnd-testing-maven-plugin

    also look at the effectiveosgi archetype for maven. This will give you a good starting point to build your project or just add tests.

    https://github.com/effectiveosgi

提交回复
热议问题