Skip to content
New issue

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

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

Already on GitHub? # to your account

Error generating information using variables with Set #34

Open
tfdsimoes opened this issue Nov 19, 2023 · 0 comments
Open

Error generating information using variables with Set #34

tfdsimoes opened this issue Nov 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tfdsimoes
Copy link
Collaborator

Using the following code

@PactDslBodyBuilder
public class DemoClass {

    private Set<String> aSetString1;

    private Set<Integer> aSetInteger1;

    private Set<Float> aSetFloat1;

    private Set<DemoClass2> aSetClass1;
}

It gives an error

java: java.util.NoSuchElementException: No value present

Probably missing support for Set Collections

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants