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

org.mockito.exceptions.misusing.UnexpectedInvocationException.scala Maven / Gradle / Ivy

The newest version!
package org.mockito.exceptions.misusing

import org.mockito.exceptions.base.MockitoException

class UnexpectedInvocationException(message: String, cause: Throwable = None.orNull) extends MockitoException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy