Package org.powermock.api.easymock.annotation

Annotation Types Summary
Mock This annotation can be placed on those fields in your test class that should be mocked.
MockNice This annotation can be placed on those fields in your test class that should be mocked in a nice manner (i.e. by default allows all method calls and returns appropriate empty values (0, null or false )).
MockStrict This annotation can be placed on those fields in your test class that should be mocked in a strict manner (i.e. the order of method calls are checked).
 



Copyright © 2007-2012. All Rights Reserved.