Alex Karasulu | b00692e | 2006-08-17 18:50:57 +0000 | [diff] [blame] | 1 | Various information about these examples can be found here and on the tutorial |
| 2 | page here: xxxx. Some notes follow regarding tutorial projects in this example |
| 3 | directory. |
| 4 | |
| 5 | o The dictionaryservice.itest project demonstrates how to use the maven-felix |
| 6 | -plugin to perform integration tests. Look at it's pom to see how to use the |
| 7 | new plugin which runs bundles inside Felix during the integration-test phase |
| 8 | of the Maven default lifecycle. |
| 9 | |
| 10 | dictionaryservice.itest is a testing bundle with a simple Activator that |
| 11 | performs some simple operations on a target dictionaryservice bundle and |
| 12 | checks for correct operation. |