org.powermock.api.mockito.internal.mockcreation.RuntimeExceptionProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of powermock-api-mockito2 Show documentation
Show all versions of powermock-api-mockito2 Show documentation
PowerMock API for Mockito 2.+..
package org.powermock.api.mockito.internal.mockcreation;
public class RuntimeExceptionProxy extends RuntimeException {
public RuntimeExceptionProxy(Throwable t) {
super(t);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy