A C D E G I M N O P S T V 

A

addChild(Prototyped<?>) - Method in class org.exparity.expectamundo.core.Prototype
 
addExpectation(PrototypePropertyMatcher) - Method in class org.exparity.expectamundo.core.Prototype
 

C

CollectionExpectations<E,T extends Collection<E>> - Interface in org.exparity.expectamundo.expectations
Expectations which can be set on collection objects
contains(E) - Method in interface org.exparity.expectamundo.expectations.CollectionExpectations
 
createPrototype(Class<T>) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
createPrototype(Type) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
createPrototype(PrototypeProperty, Prototype<?>) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
currentPrototype() - Static method in class org.exparity.expectamundo.core.PrototypeMatcherContext
 

D

describeTo(Description) - Method in class org.exparity.expectamundo.hamcrest.PrototypeMatcher
 

E

equalTo(T) - Method in class org.exparity.expectamundo.core.PrototypeExpectationBuilderImpl
 
equalTo(T) - Method in interface org.exparity.expectamundo.expectations.ObjectExpectations
Verify the property is equal to the expected value
Expactamundo - Class in org.exparity.expectamundo
 
Expactamundo() - Constructor for class org.exparity.expectamundo.Expactamundo
 
expect(T) - Static method in class org.exparity.expectamundo.Expactamundo
Setup an expecation for a property on a Prototype

G

getActiveProperty() - Method in class org.exparity.expectamundo.core.Prototype
 
getExpectation() - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
getExpectations() - Method in class org.exparity.expectamundo.core.Prototype
 
getExpectations() - Method in interface org.exparity.expectamundo.core.Prototyped
Return the collection of expectations relevant to this protype
getGenericReturnType() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getGenericTypeArguments(Type) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
getGenericTypeArguments() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getParentProperty() - Method in class org.exparity.expectamundo.core.Prototype
 
getPath() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getPropertyPath() - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
getPropertyValue(Object) - Method in class org.exparity.expectamundo.core.PrototypeProperty
Return the value of this property on the given object
getPropertyValue(Object) - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
getRawType() - Method in class org.exparity.expectamundo.core.Prototype
 
getRawType() - Method in interface org.exparity.expectamundo.core.Prototyped
Return
getReturnType() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getType() - Method in class org.exparity.expectamundo.core.TypeReference
Gets the referenced type.
getTypeParameters() - Method in class org.exparity.expectamundo.core.Prototype
 

I

intercept(Object, Method, Object[], MethodProxy) - Method in class org.exparity.expectamundo.core.Prototype
 
intercept(Object, Method, Object[], MethodProxy, Prototype<?>) - Method in class org.exparity.expectamundo.core.PrototypeBeanInterceptor
 
intercept(Object, Method, Object[], MethodProxy, Prototype<?>) - Method in interface org.exparity.expectamundo.core.PrototypeInterceptor
 
intercept(Object, Method, Object[], MethodProxy, Prototype<?>) - Method in class org.exparity.expectamundo.core.PrototypeListInterceptor
 
isEmpty() - Method in interface org.exparity.expectamundo.expectations.CollectionExpectations
 
isGeneric() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 

M

matches(Matcher<T>) - Method in class org.exparity.expectamundo.core.PrototypeExpectationBuilderImpl
 
matches(Object) - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
matches(T) - Method in class org.exparity.expectamundo.core.PrototypeVerifier
 
matches(Matcher<T>) - Method in interface org.exparity.expectamundo.expectations.ObjectExpectations
Verify the property matches the expected matcher
matchesSafely(T, Description) - Method in class org.exparity.expectamundo.hamcrest.PrototypeMatcher
 

N

notNullValue() - Method in class org.exparity.expectamundo.core.PrototypeExpectationBuilderImpl
 
notNullValue() - Method in interface org.exparity.expectamundo.expectations.ObjectExpectations
Verify the property has a non-null value
nullValue() - Method in class org.exparity.expectamundo.core.PrototypeExpectationBuilderImpl
 
nullValue() - Method in interface org.exparity.expectamundo.expectations.ObjectExpectations
Verify the property has a null value

O

ObjectExpectations<T> - Interface in org.exparity.expectamundo.expectations
Matching operations available to all property type
org.exparity.expectamundo - package org.exparity.expectamundo
 
org.exparity.expectamundo.core - package org.exparity.expectamundo.core
 
org.exparity.expectamundo.expectations - package org.exparity.expectamundo.expectations
 
org.exparity.expectamundo.hamcrest - package org.exparity.expectamundo.hamcrest
 

P

Prototype<T> - Class in org.exparity.expectamundo.core
 
Prototype(PrototypeProperty, Class<T>, PrototypeInterceptor) - Constructor for class org.exparity.expectamundo.core.Prototype
 
Prototype(PrototypeProperty, Class<T>, Map<String, Class<?>>, PrototypeInterceptor) - Constructor for class org.exparity.expectamundo.core.Prototype
 
Prototype(Class<T>, Map<String, Class<?>>, PrototypeInterceptor) - Constructor for class org.exparity.expectamundo.core.Prototype
 
prototype(Class<T>) - Static method in class org.exparity.expectamundo.Expactamundo
Prepare a new prototype
prototype(TypeReference<T>) - Static method in class org.exparity.expectamundo.Expactamundo
Prepare a new prototype.
PrototypeBeanInterceptor - Class in org.exparity.expectamundo.core
 
PrototypeBeanInterceptor(PrototypeFactory) - Constructor for class org.exparity.expectamundo.core.PrototypeBeanInterceptor
 
Prototyped<T> - Interface in org.exparity.expectamundo.core
 
PrototypeExpectationBuilderImpl<T> - Class in org.exparity.expectamundo.core
 
PrototypeExpectationBuilderImpl(Prototype<?>, PrototypeProperty) - Constructor for class org.exparity.expectamundo.core.PrototypeExpectationBuilderImpl
 
PrototypeFactory - Class in org.exparity.expectamundo.core
 
PrototypeFactory() - Constructor for class org.exparity.expectamundo.core.PrototypeFactory
 
PrototypeInterceptor - Interface in org.exparity.expectamundo.core
 
PrototypeListInterceptor - Class in org.exparity.expectamundo.core
 
PrototypeListInterceptor(PrototypeFactory) - Constructor for class org.exparity.expectamundo.core.PrototypeListInterceptor
 
PrototypeMatcher<T> - Class in org.exparity.expectamundo.hamcrest
An implementation of a hamcrest Matcher for matching a predefined Prototyped
PrototypeMatcher(Prototyped<T>) - Constructor for class org.exparity.expectamundo.hamcrest.PrototypeMatcher
 
PrototypeMatcherContext - Class in org.exparity.expectamundo.core
Static global context for holding the Prototyped which is being defined
PrototypeMatcherContext() - Constructor for class org.exparity.expectamundo.core.PrototypeMatcherContext
 
PrototypeProperty - Class in org.exparity.expectamundo.core
 
PrototypeProperty(PrototypeProperty, Method, MethodProxy, Object[]) - Constructor for class org.exparity.expectamundo.core.PrototypeProperty
 
PrototypeProperty(Method, MethodProxy, Object[]) - Constructor for class org.exparity.expectamundo.core.PrototypeProperty
 
PrototypePropertyMatcher - Class in org.exparity.expectamundo.core
 
PrototypePropertyMatcher(PrototypeProperty, Matcher<?>) - Constructor for class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
PrototypeVerifier<T> - Class in org.exparity.expectamundo.core
 
PrototypeVerifier(T) - Constructor for class org.exparity.expectamundo.core.PrototypeVerifier
 

S

setActiveProperty(PrototypeProperty) - Method in class org.exparity.expectamundo.core.Prototype
 
setCurrentPrototype(Prototype<?>) - Static method in class org.exparity.expectamundo.core.PrototypeMatcherContext
 

T

toString() - Method in class org.exparity.expectamundo.core.Prototype
 
toString() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
toString() - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
TypeReference<T> - Class in org.exparity.expectamundo.core
Helper class to allow generic type inforrmation to be interrogated when constructing a prototype.
TypeReference() - Constructor for class org.exparity.expectamundo.core.TypeReference
 

V

verify(T) - Static method in class org.exparity.expectamundo.Expactamundo
 
A C D E G I M N O P S T V 

Copyright © 2014. All Rights Reserved.