Class JUnitTool
java.lang.Object
org.mockito.exceptions.verification.junit.JUnitTool
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AssertionError
createArgumentsAreDifferentException
(String message, String wanted, String actual) Deprecated.static boolean
hasJUnit()
Deprecated.
-
Constructor Details
-
JUnitTool
public JUnitTool()Deprecated.
-
-
Method Details
-
hasJUnit
public static boolean hasJUnit()Deprecated. -
createArgumentsAreDifferentException
public static AssertionError createArgumentsAreDifferentException(String message, String wanted, String actual) Deprecated.
-