All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.raml.testutils.UnitTest Maven / Gradle / Ivy

The newest version!
package org.raml.testutils;

import org.junit.Before;
import org.mockito.MockitoAnnotations;

/**
 * Created by jpbelang on 2017-05-29.
 */
public class UnitTest {

    @Before
    public void mockito() {

        MockitoAnnotations.initMocks(this);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy