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

Fix typo in provides net.jqwik.api.state.ActionChain.ActionChainFacade #414

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

mkleczek
Copy link
Contributor

Not sure how it is possible as it should not compile but it seems there is a typo in provider class name: net.jqwik.engine.facades.ActionChainFacadeImple (note the last letter 'e'). It causes error when using jqwik stateful testing in modular environment:
java.util.ServiceConfigurationError: net.jqwik.api.state.ActionChain$ActionChainFacade: Provider net.jqwik.engine.facades.ActionChainFacadeImple not found.

Overview

Formulate the problem / feature your pull request is aiming at

Details

Give any necessary details about your code that is not obvious from the code itself.

List open issues and remaining problems with your solution.


I hereby agree to the terms of the jqwik Contributor Agreement.

Not sure how it is possible as it should not compile but it seems there is a typo in provider class name: net.jqwik.engine.facades.ActionChainFacadeImple (note the last letter 'e').
It causes error when using jqwik stateful testing in modular environment:
java.util.ServiceConfigurationError: net.jqwik.api.state.ActionChain$ActionChainFacade: Provider net.jqwik.engine.facades.ActionChainFacadeImple not found.
@jlink
Copy link
Collaborator

jlink commented Nov 23, 2022

@mkleczek Thanks! Well, anything is possible ;-)

@jlink jlink merged commit 8128088 into jqwik-team:main Nov 23, 2022
@mkleczek mkleczek deleted the patch-1 branch November 23, 2022 10:48
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.

None yet

2 participants