Package org.powermock.api.easymock.annotation
package org.powermock.api.easymock.annotation
-
Annotation TypesClassDescriptionThis annotation can be placed on those fields in your test class that should be mocked.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,
nullorfalse)).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).