Searched refs:ExceptionFactory (Results 1 – 3 of 3) sorted by relevance
17 …lassLoaderWithoutJUnit = excludingClassLoader().withCodeSourceUrlOf(ExceptionFactory.class).withou…33 … Class<?> exceptionFactory = classLoaderWithoutJUnit.loadClass(ExceptionFactory.class.getName()); in createArgumentsAreDifferentException_withoutJUnit()43 …AssertionError e = ExceptionFactory.createArgumentsAreDifferentException("message", "wanted", "act… in createArgumentsAreDifferentException_withJUnit()52 e = ExceptionFactory.createArgumentsAreDifferentException("message", "wanted", "actual"); in createArgumentsAreDifferentException_withJUnit2x()55 e = ExceptionFactory.createArgumentsAreDifferentException("message", "wanted", "actual"); in createArgumentsAreDifferentException_withJUnit2x()
10 public class ExceptionFactory { class14 private ExceptionFactory() { in ExceptionFactory() method in ExceptionFactory
21 import org.mockito.internal.junit.ExceptionFactory;313 return ExceptionFactory.createArgumentsAreDifferentException(message, wanted, actual); in argumentsAreDifferent()