Skip to content

Integration tests library to run against Gephi Plugins

Notifications You must be signed in to change notification settings

gephi/gephi-plugins-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

Gephi Plugins Tests

This library contains integration tests we run against plugins to validate them.

Coverage

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

Development

Requirements

Developing in the repository requires JDK 11 or later and Maven.

Create a new integration test

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.

About

Integration tests library to run against Gephi Plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages