OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThrowingConstructor
(Results
1 - 3
of
3
) sorted by null
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
ParameterizedConstructorInstantiatorTest.java
40
private
ThrowingConstructor
withThrowingConstructor;
132
private static class
ThrowingConstructor
{
133
public
ThrowingConstructor
(Observer observer) throws IOException { throw new IOException(); }
/external/mockito/src/test/java/org/mockitousage/annotation/
MockInjectionUsingSetterOrPropertyTest.java
132
@InjectMocks
ThrowingConstructor
failingConstructor;
143
static class
ThrowingConstructor
{
144
ThrowingConstructor
() { throw new RuntimeException("aha"); }
SpyAnnotationTest.java
110
ThrowingConstructor
throwingConstructor
;
282
static class
ThrowingConstructor
{
283
ThrowingConstructor
() {
Completed in 3279 milliseconds