infinite / mockito-flex

0 stars 0 forks source link

Not matching Vector<> #5

Open infinite opened 10 years ago

infinite commented 10 years ago

Reported by marc

I'm still a happy user. There is only one problem I have not found a solution. If I mock a class with properties of type Vector (see below), I get "returnValue must be assignable from AS3.vec:Vector.com.faindu....::Entry"

class AnyClass { public function get anyProp():Vector. { return ... }

}