michalborek / mockito-eclipse-tools

Eclipse plugin that simplifies test creation by providing refactorings for Mockito mocks.
7 stars 5 forks source link

Support for creating mocks in array initializers #1

Closed michalborek closed 10 years ago

michalborek commented 10 years ago

By now unknown variables in arrays are not supported.

It should be possible to:

  1. Create mock from unknown value in array initializer.
  2. Create mock from assignment to array element.