You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: