org.mockito.internal.exceptions.MockitoLimitations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockito-all Show documentation
Show all versions of mockito-all Show documentation
Mock objects library for java
package org.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