This library contains integration tests we run against plugins to validate them.
We cover a number of plugin types and expectations and plan to add more overtime.
- Layout
- Layout has a proper builder and UI
- Layout UI has a proper description
- Speed and quality appraisal are within the expected ranges
- Properties can be read and written
- Properties can be serialized via the persistence providers
Developing in the repository requires JDK 11 or later and Maven.
You can extend an existing class with new tests. If you create a new class, make sure its name ends with IT
.
Add new dependencies in the pom.xml
to support testing new types of plugins.
To validate your integration test, it can be helpful to run them against the core Gephi. For instance, we've added a test dependency to the layout-plugin
module. This allows to run the tests against the core layouts.