ahmaddarawshi / powermock

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

Cant find expect() method #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Tried using expect method with 1.2 for mocking static classes, my IDE
cant find the expect method for importing. Is it added to the latest build.

Original issue reported on code.google.com by kashif.razzaqui on 18 Apr 2009 at 3:16

GoogleCodeExporter commented 9 years ago
The expect method is located in EasyMock API. I.e. use Easymock.expect(..). 
PowerMock
doesn't needs its own expect method. Please use the mailing-list (google group) 
for
asking questions in the future.

Original comment by johan.ha...@gmail.com on 22 Apr 2009 at 11:28