Package | Description |
---|---|
org.powermock.api.extension.listener | |
org.powermock.core.testlisteners |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEnabler
Before each test method all fields annotated with
MockitoAnnotations.Mock ,
Mock or MockitoAnnotations.Mock have mock objects created for them
and injected to the fields. |
Modifier and Type | Class and Description |
---|---|
class |
FieldDefaulter
A test listener that automatically set all instance fields to their default
values after each test method.
|
Copyright © 2007-2015. All Rights Reserved.