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
When creating a partial mock using an array of types (an interface and trait), a method implementation provided by the trait will not be used if the interface contains a method of the same name.
The order of types in the array does not matter, and the problem does not affect classes, only traits.
When creating a partial mock using an array of types (an interface and trait), a method implementation provided by the trait will not be used if the interface contains a method of the same name.
The order of types in the array does not matter, and the problem does not affect classes, only traits.