OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exceptionFactory
(Results
1 - 2
of
2
) sorted by null
/external/mockito/src/test/java/org/mockito/internal/junit/
ExceptionFactoryTest.java
17
private static ClassLoader classLoaderWithoutJUnit = excludingClassLoader().withCodeSourceUrlOf(
ExceptionFactory
.class).without("org.junit", "junit").build();
33
Class<?>
exceptionFactory
= classLoaderWithoutJUnit.loadClass(
ExceptionFactory
.class.getName());
35
Method m =
exceptionFactory
.getDeclaredMethod("createArgumentsAreDifferentException", String.class, String.class, String.class);
43
AssertionError e =
ExceptionFactory
.createArgumentsAreDifferentException("message", "wanted", "actual");
52
e =
ExceptionFactory
.createArgumentsAreDifferentException("message", "wanted", "actual");
55
e =
ExceptionFactory
.createArgumentsAreDifferentException("message", "wanted", "actual");
/external/guice/extensions/persist/lib/
commons-collections.jar
Completed in 428 milliseconds