@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface MockitoSettings
MockitoTestNGListener| Modifier and Type | Optional Element and Description |
|---|---|
org.mockito.quality.Strictness |
strictness
Configure the strictness used in this test.
|