Package org.powermock.api.easymock.annotation


package org.powermock.api.easymock.annotation
  • Annotation Types
    Class
    Description
    This 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, null or false )).
    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).