@Retention(value=RUNTIME) @Target(value=TYPE) public @interface InitMocks
AlchemyTestRunner inits your Mockito Mocks for you, exactly the same
way as MockitoJUnitRunner does. Apply this annotation with a value of false to
your Test Class to disable this behavior.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
value |
public abstract boolean value
Copyright © 2015–2018 RedRoma, Inc.. All rights reserved.