Skip to content

Error generating information using variables with Set #34

Description

@tfdsimoes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status
    Planning

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions