Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Two identical FactoryParameter gets mapped to the same parameter instance #84

@pvdyck

Description

@pvdyck

When using AutoFactory with two identical FactoryParameter, it gets mapped to the same parameter and the constructor is called with two times the same.

public TestClass(@FactoryParameter Object t1,@FactoryParameter Object t2)

t1==t2

I suppose you use a map ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions