Integration Test Cases

Integration test cases are those unit tests that validate the integrity of a plug-in/bundle within the context of the environment. These tests verify the public services and extension points to ensure that components can successfully integrate with one another.

Integration test cases are provided in a standard plug-in that is deployed in Eclipse. The test plug-in is only able to access public interfaces exported by the plug-in being tested.