blob: 51cb2c0b7f2b6c24e0efa495d14bc1b8a3f98d89 (
plain)
1
2
3
4
5
6
7
8
|
= api-coverage
Provides integration test that measures VPP API coverage.
To run the test, invoke:
mvn test -pl it/api-coverage -Papi-coverage
The test counts number of usages of each api method defined in jvpp jars.
|