Home
last modified time | relevance | path

Searched refs:ExceptionFactory (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/junit/
DExceptionFactoryTest.java17 …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()
/external/mockito/src/main/java/org/mockito/internal/junit/
DExceptionFactory.java10 public class ExceptionFactory { class
14 private ExceptionFactory() { in ExceptionFactory() method in ExceptionFactory
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp210 T ExceptionFactory; // This test found a <dependant-type> which did not happend with 'throw T{}()' in templated_thrower2() local
211 throw ExceptionFactory(); in templated_thrower2()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java21 import org.mockito.internal.junit.ExceptionFactory;
313 return ExceptionFactory.createArgumentsAreDifferentException(message, wanted, actual); in argumentsAreDifferent()
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...