org.mockito.configuration.DefaultMockitoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockito-core Show documentation
Show all versions of mockito-core Show documentation
Mock objects library for java
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.configuration;
import org.mockito.internal.configuration.InjectingAnnotationEngine;
import org.mockito.internal.stubbing.defaultanswers.ReturnsEmptyValues;
import org.mockito.stubbing.Answer;
/**
* DefaultConfiguration of Mockito framework
*
* Currently it doesn't have many configuration options but it will probably change if future.
*
* See javadocs for {@link IMockitoConfiguration} on info how to configure Mockito
*/
public class DefaultMockitoConfiguration implements IMockitoConfiguration {
public Answer