Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Framework to simplify OSGi specification compliance tests.

Notifications You must be signed in to change notification settings

wtreur/osgi-specification-test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGi specification testframework

The project home page

This projects contains a system for testing the specification conformance of an OSGi framework. The tests are created to run inside Pax Exam so different framework vendors can be used.

To build the framework, use 'ant' Refer to project home page for more information

JUnit Pax Exam tests

The JUnit tests are executed by the Pax Exam JUnitTestRunner. This creates a testcontainer that runs Pax Exam in a separate VM. Every testmethod is executed in a new framework instance.

A short overview of the project's code:

  • /src
    contains all sources, from which the testing bundles will be built
  • /ext
    contains all compile- and runtime dependencies for running the tests
  • /lib
    contains compile-time only dependencies
  • /var
    contains resources for creating the testreport

Testing OSGi specification compliance

Use separate project OSGi specification tests

About

Framework to simplify OSGi specification compliance tests.

Resources

Stars

Watchers

Forks