Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/plugin support #3757

Merged
merged 7 commits into from
Oct 30, 2023
Merged

Feature/plugin support #3757

merged 7 commits into from
Oct 30, 2023

Conversation

shannah
Copy link
Collaborator

@shannah shannah commented Oct 29, 2023

  • Added support for plugins which can override core functionality in Codename One.
  • Added support for OpenGallery and IsGalleryTypeSupported plugins to allow us to write plugins that override the Display.openGallery(), Display.openImageGallery(), and Display.isGalleryTypeSupported() methods via plugins.
  • Added new core-unittests maven module that runs pure unit tests on the Codename One core using JUnit and Mockito.
  • Added step to the pr.yml Github workflow to run the core-unittests

Also added unit tests module for writing pure unit tests on codename one core.
These unit tests are designed to be fast.  They don't actually bootstrap cn1.  They use junit and mockito for testing with mocks.
Added unit tests for IsGalleryTypeSupported.
@shannah shannah merged commit 3f6ba7c into master Oct 30, 2023
1 check passed
@shannah shannah deleted the feature/plugin-support branch October 30, 2023 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant