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

com.fitbur.mockito.internal.exceptions.MockitoLimitations Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fitbur.mockito.internal.exceptions;

public class MockitoLimitations {

    public final static String NON_PUBLIC_PARENT = "Mocking methods declared on non-public parent classes is not supported.";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy