ssacher-tgm / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

Captor documentation out of sync with code #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Captor annotation mentions in classlevel javadocs:

      @Before
      public void init(){
         MockitoAnnotations.init(this);
      }

While the init seems to be have refactored to:

        MockitoAnnotations.initMocks(this);

Original issue reported on code.google.com by robvdlv@gmail.com on 9 Apr 2010 at 9:29

GoogleCodeExporter commented 8 years ago
oups, you're right. Will fix it

Original comment by szcze...@gmail.com on 12 Apr 2010 at 4:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1977.

Original comment by szcze...@gmail.com on 11 May 2010 at 7:06

GoogleCodeExporter commented 8 years ago

Original comment by szcze...@gmail.com on 24 May 2010 at 7:58