A C D E G H 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

compareEqualsTo(T) - Method in class org.exparity.expectamundo.core.PrototypeComparableExpectation
 
CompareEqualsToExpectaion<T extends Comparable<T>> - Class in org.exparity.expectamundo.expectations
Implemenation of a PropertyExpectation to check if a property is comparable to another
CompareEqualsToExpectaion(T) - Constructor for class org.exparity.expectamundo.expectations.CompareEqualsToExpectaion
 
contains(E) - Method in class org.exparity.expectamundo.core.PrototypeCollectionExpectation
 
ContainsExpectation<E,T extends Collection<E>> - Class in org.exparity.expectamundo.expectations
Implementation of a PropertyExpectation to verify if a Collection contains a given expected
ContainsExpectation(E) - Constructor for class org.exparity.expectamundo.expectations.ContainsExpectation
 
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

describe() - Method in interface org.exparity.expectamundo.core.PropertyExpectation
Return a description of expectation
describe() - Method in class org.exparity.expectamundo.expectations.CompareEqualsToExpectaion
 
describe() - Method in class org.exparity.expectamundo.expectations.ContainsExpectation
 
describe() - Method in class org.exparity.expectamundo.expectations.EqualToExpectation
 
describe() - Method in class org.exparity.expectamundo.expectations.HamcrestExpectation
 
describe() - Method in class org.exparity.expectamundo.expectations.IsEmptyExpectation
 
describe() - Method in class org.exparity.expectamundo.expectations.NotNullExpectation
 
describe() - Method in class org.exparity.expectamundo.expectations.NullExpectation
 
describeTo(Description) - Method in class org.exparity.expectamundo.hamcrest.PrototypeMatcher
 

E

equalTo(T) - Method in class org.exparity.expectamundo.core.PrototypeObjectExpectation
 
equalTo(T) - Method in interface org.exparity.expectamundo.expectations.ObjectExpectation
Verify the property is equal to the expected value
EqualToExpectation<T> - Class in org.exparity.expectamundo.expectations
Implementation of a PropertyExpectation to check if a property is equal to an expected value
EqualToExpectation(T) - Constructor for class org.exparity.expectamundo.expectations.EqualToExpectation
 
Expactamundo - Class in org.exparity.expectamundo
Expectamundo is a test library for preparing a prototype instance of a non-final type containing expected values against which actual instances can be verified against.
Expactamundo() - Constructor for class org.exparity.expectamundo.Expactamundo
 
expect(T) - Static method in class org.exparity.expectamundo.Expactamundo
Setup an expecation for a collection property on a Prototype
expect(T) - Static method in class org.exparity.expectamundo.Expactamundo
Setup an expecation for a comparable property on a Prototype
expect(Object) - 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
getType() - Method in class org.exparity.expectamundo.core.TypeReference
Gets the referenced type.
getTypeParameters() - Method in class org.exparity.expectamundo.core.Prototype
 

H

HamcrestExpectation<T> - Class in org.exparity.expectamundo.expectations
Implementation of a PropertyExpectation which checks the property against and expected hamcrest Matcher
HamcrestExpectation(Matcher<T>) - Constructor for class org.exparity.expectamundo.expectations.HamcrestExpectation
 

I

intercept(Object, Method, Object[], MethodProxy) - Method in class org.exparity.expectamundo.core.Prototype
 
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.PrototypeInterceptorImpl
 
isEmpty() - Method in class org.exparity.expectamundo.core.PrototypeCollectionExpectation
 
IsEmptyExpectation<E,T extends Collection<E>> - Class in org.exparity.expectamundo.expectations
 
IsEmptyExpectation() - Constructor for class org.exparity.expectamundo.expectations.IsEmptyExpectation
 

M

matches(T) - Method in interface org.exparity.expectamundo.core.PropertyExpectation
Check if this expectation is met
matches(Matcher<T>) - Method in class org.exparity.expectamundo.core.PrototypeObjectExpectation
 
matches(Object) - Method in class org.exparity.expectamundo.core.PrototypePropertyMatcher
 
matches(T) - Method in class org.exparity.expectamundo.core.PrototypeVerifier
 
matches(T) - Static method in class org.exparity.expectamundo.Expactamundo
 
matches(T) - Method in class org.exparity.expectamundo.expectations.CompareEqualsToExpectaion
 
matches(T) - Method in class org.exparity.expectamundo.expectations.ContainsExpectation
 
matches(T) - Method in class org.exparity.expectamundo.expectations.EqualToExpectation
 
matches(Object) - Method in class org.exparity.expectamundo.expectations.HamcrestExpectation
 
matches(T) - Method in class org.exparity.expectamundo.expectations.IsEmptyExpectation
 
matches(Object) - Method in class org.exparity.expectamundo.expectations.NotNullExpectation
 
matches(Object) - Method in class org.exparity.expectamundo.expectations.NullExpectation
 
matches(Matcher<T>) - Method in interface org.exparity.expectamundo.expectations.ObjectExpectation
Verify the property matches the hamcrest Matcher
matchesSafely(T, Description) - Method in class org.exparity.expectamundo.hamcrest.PrototypeMatcher
 

N

NotNullExpectation - Class in org.exparity.expectamundo.expectations
Implementation of a PropertyExpectation to check if a property is not null
NotNullExpectation() - Constructor for class org.exparity.expectamundo.expectations.NotNullExpectation
 
notNullValue() - Method in class org.exparity.expectamundo.core.PrototypeObjectExpectation
 
notNullValue() - Method in interface org.exparity.expectamundo.expectations.ObjectExpectation
Verify the property has a non-null value
NullExpectation - Class in org.exparity.expectamundo.expectations
Implementation of a PropertyExpectation to check if a property is null
NullExpectation() - Constructor for class org.exparity.expectamundo.expectations.NullExpectation
 
nullValue() - Method in class org.exparity.expectamundo.core.PrototypeObjectExpectation
 
nullValue() - Method in interface org.exparity.expectamundo.expectations.ObjectExpectation
Verify the property has a null value

O

ObjectExpectation - Interface in org.exparity.expectamundo.expectations
Matching operations available to all property types
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

PropertyExpectation<T> - Interface in org.exparity.expectamundo.core
An expectation for the value of a property.
Prototype<T> - Class in org.exparity.expectamundo.core
 
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 for a generic type
PrototypeCollectionExpectation<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core
 
PrototypeCollectionExpectation(Prototype<?>, PrototypeProperty) - Constructor for class org.exparity.expectamundo.core.PrototypeCollectionExpectation
 
PrototypeComparableExpectation<T extends Comparable<T>> - Class in org.exparity.expectamundo.core
 
PrototypeComparableExpectation(Prototype<?>, PrototypeProperty) - Constructor for class org.exparity.expectamundo.core.PrototypeComparableExpectation
 
Prototyped<T> - Interface in org.exparity.expectamundo.core
 
PrototypeFactory - Class in org.exparity.expectamundo.core
 
PrototypeFactory() - Constructor for class org.exparity.expectamundo.core.PrototypeFactory
 
PrototypeInterceptor - Interface in org.exparity.expectamundo.core
 
PrototypeInterceptorImpl - Class in org.exparity.expectamundo.core
 
PrototypeInterceptorImpl(PrototypeFactory) - Constructor for class org.exparity.expectamundo.core.PrototypeInterceptorImpl
 
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
 
PrototypeObjectExpectation - Class in org.exparity.expectamundo.core
 
PrototypeObjectExpectation(Prototype<?>, PrototypeProperty) - Constructor for class org.exparity.expectamundo.core.PrototypeObjectExpectation
 
PrototypeProperty - Class in 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, PropertyExpectation) - 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
 
setExpectation(PropertyExpectation<?>) - Method in class org.exparity.expectamundo.core.PrototypeObjectExpectation
 

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 H I M N O P S T V 

Copyright © 2014. All Rights Reserved.