Skip navigation links
A C D E G H I M O P S T 

A

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

C

cast(V, Class<T>) - Static method in class org.exparity.expectamundo.Expectamundo
Cast a polymorphic return type to the expected subtype whilst setting an expectation.
checkThat(T) - Static method in class org.exparity.expectamundo.Expectamundo
Check the actual value matches the expectation set up in the prototype.
compare(T, T) - Method in class org.exparity.expectamundo.core.PrototypeMatcher
 
contains(T) - Method in class org.exparity.expectamundo.core.array.PrototypeArrayExpectation
 
Contains<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core.collection
Implementation of a PropertyExpectation to verify if a Collection contains a given expected
Contains(E) - Constructor for class org.exparity.expectamundo.core.collection.Contains
 
contains(E) - Method in class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
Set an expectation that the collection contains an item.
contains(E) - Method in class org.exparity.expectamundo.core.PrototypeListVerifier
Check the collection contains and object which matches the expectations set on the prototype
contains(Collection<T>, T) - Method in class org.exparity.expectamundo.core.PrototypeMatcher
 
ContainsExpected<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core.collection
Implementation of a PropertyExpectation to verify if a Collection contains a given prototype
ContainsExpected(E) - Constructor for class org.exparity.expectamundo.core.collection.ContainsExpected
 
containsExpected(E) - Method in class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
Set an expectation that the collection contains an item which matches the expectation.
ContainsInArray<T> - Class in org.exparity.expectamundo.core.array
Implementation of a PropertyExpectation to verify if a Collection contains a given expected
ContainsInArray(T) - Constructor for class org.exparity.expectamundo.core.array.ContainsInArray
 
createPrototype(Class<T>) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
createPrototype(Type) - Method in class org.exparity.expectamundo.core.PrototypeFactory
 
createPrototype(Class<T>, PrototypeProperty, Prototype<?>) - 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 class org.exparity.expectamundo.core.array.ContainsInArray
 
describe() - Method in class org.exparity.expectamundo.core.array.HasLengthOfArray
 
describe() - Method in class org.exparity.expectamundo.core.array.IsEmptyArray
 
describe() - Method in class org.exparity.expectamundo.core.array.IsNotEmptyArray
 
describe() - Method in class org.exparity.expectamundo.core.collection.Contains
 
describe() - Method in class org.exparity.expectamundo.core.collection.ContainsExpected
 
describe() - Method in class org.exparity.expectamundo.core.collection.HasSize
 
describe() - Method in class org.exparity.expectamundo.core.collection.IsEmpty
 
describe() - Method in class org.exparity.expectamundo.core.collection.IsNotEmpty
 
describe() - Method in class org.exparity.expectamundo.core.comparable.IsComparableTo
 
describe() - Method in class org.exparity.expectamundo.core.date.IsAfter
 
describe() - Method in class org.exparity.expectamundo.core.date.IsBefore
 
describe() - Method in class org.exparity.expectamundo.core.date.IsSameDay
 
describe() - Method in class org.exparity.expectamundo.core.date.IsWithin
 
describe() - Method in class org.exparity.expectamundo.core.object.IsEqualTo
 
describe() - Method in class org.exparity.expectamundo.core.object.IsInstanceOf
 
describe() - Method in class org.exparity.expectamundo.core.object.IsNotEqualTo
 
describe() - Method in class org.exparity.expectamundo.core.object.IsNotNull
 
describe() - Method in class org.exparity.expectamundo.core.object.IsNull
 
describe() - Method in class org.exparity.expectamundo.core.object.IsOneOf
 
describe() - Method in class org.exparity.expectamundo.core.object.Matches
 
describe() - Method in interface org.exparity.expectamundo.core.PropertyExpectation
Return a description of expectation
describe() - Method in class org.exparity.expectamundo.core.string.HasLength
 
describe() - Method in class org.exparity.expectamundo.core.string.HasPattern
 
describe() - Method in class org.exparity.expectamundo.core.string.IsEqualToIgnoreCase
 
describeInstanceMismatch(PrototypeMatchResult<T>) - Method in class org.exparity.expectamundo.core.PrototypeMismatchReporter
 
describeListMismatch(PrototypeListMatchResult<T>) - Method in class org.exparity.expectamundo.core.PrototypeMismatchReporter
 
describeTo(Description) - Method in class org.exparity.expectamundo.core.hamcrest.PrototypeMatcher
 

E

expect(T) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a collection property on a Prototype.
expect(T) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a Comparable property on a Prototype.
expect(T[]) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a array property on a Prototype.
expect(String) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a string property on a Prototype.
expect(Date) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a date property on a Prototype.
expect(T) - Static method in class org.exparity.expectamundo.Expectamundo
Setup an expectation for a object property on a Prototype.
Expectamundo - 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.
Expectamundo() - Constructor for class org.exparity.expectamundo.Expectamundo
 
expectThat(T) - Static method in class org.exparity.expectamundo.Expectamundo
Verify the actual value matches the expectation set up in the prototype and throws and AssertionError if the match fails.
expectThat(T) - Static method in class org.exparity.expectamundo.Expectamundo
Verify the actual value matches the expectation set up in the prototype and throws and AssertionError if the match fails.

G

getActiveProperty() - Method in class org.exparity.expectamundo.core.Prototype
 
getActualType() - Method in class org.exparity.expectamundo.core.PrototypeMatchResult
 
getDifferences() - Method in class org.exparity.expectamundo.core.PrototypeMatchResult
 
getExpectation() - Method in class org.exparity.expectamundo.core.PrototypeListMatchResult
 
getExpectation() - Method in class org.exparity.expectamundo.core.PrototypeValueMatcher
 
getExpectationAsPrototype() - Method in class org.exparity.expectamundo.core.PrototypeListMatchResult
 
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
getExpectations() - Method in class org.exparity.expectamundo.core.PrototypeListMatchResult
 
getExpectations() - Method in class org.exparity.expectamundo.core.PrototypeMatchResult
 
getExpectedType() - Method in class org.exparity.expectamundo.core.PrototypeMatchResult
 
getGenericReturnType() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getGenericTypeArguments() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getLabel() - Method in class org.exparity.expectamundo.core.Prototype
 
getLabel() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getLabel() - Method in interface org.exparity.expectamundo.core.PrototypeValue
 
getMismatches() - Method in class org.exparity.expectamundo.core.PrototypeListMatchResult
 
getParentProperty() - Method in class org.exparity.expectamundo.core.Prototype
 
getPath() - Method in class org.exparity.expectamundo.core.PrototypeProperty
 
getPath() - Method in class org.exparity.expectamundo.core.PrototypeValueDifference
 
getPropertyPath() - Method in class org.exparity.expectamundo.core.PrototypeValueMatcher
 
getPropertyValue(Object) - Method in class org.exparity.expectamundo.core.PrototypeValueMatcher
 
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
 
getValue(Object) - Method in class org.exparity.expectamundo.core.Prototype
 
getValue(Object) - Method in class org.exparity.expectamundo.core.PrototypeProperty
Return the value of this property on the given object
getValue(Object) - Method in interface org.exparity.expectamundo.core.PrototypeValue
 
getValue() - Method in class org.exparity.expectamundo.core.PrototypeValueDifference
 

H

hasExpectation(PropertyExpectation<T>) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the object should not be null.
hasLength(int) - Method in class org.exparity.expectamundo.core.array.PrototypeArrayExpectation
 
HasLength - Class in org.exparity.expectamundo.core.string
Implementation of a PropertyExpectation to verify if a String matches a given regular expression
HasLength(int) - Constructor for class org.exparity.expectamundo.core.string.HasLength
 
hasLength(int) - Method in class org.exparity.expectamundo.core.string.PrototypeStringExpectation
Set an expectation that the property value is of the given length.
HasLengthOfArray<T> - Class in org.exparity.expectamundo.core.array
Implementation of a PropertyExpectation to verify if a Collection contains a given expected
HasLengthOfArray(int) - Constructor for class org.exparity.expectamundo.core.array.HasLengthOfArray
 
HasPattern - Class in org.exparity.expectamundo.core.string
Implementation of a PropertyExpectation to verify if a String matches a given regular expression
HasPattern(String) - Constructor for class org.exparity.expectamundo.core.string.HasPattern
 
hasPattern(String) - Method in class org.exparity.expectamundo.core.string.PrototypeStringExpectation
Set an expectation that the property value matches a regular expression.
HasSize<T extends Collection<?>> - Class in org.exparity.expectamundo.core.collection
Implementation of a PropertyExpectation to verify if a Collection contains a given expected
HasSize(int) - Constructor for class org.exparity.expectamundo.core.collection.HasSize
 
hasSize(int) - Method in class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
Set an expectation that the collection is of the given size.

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
 
IsAfter - Class in org.exparity.expectamundo.core.date
 
IsAfter(Date) - Constructor for class org.exparity.expectamundo.core.date.IsAfter
 
isAfter(Date) - Method in class org.exparity.expectamundo.core.date.PrototypeDateExpectation
Set an expectation that the property value is after a given date.
IsBefore - Class in org.exparity.expectamundo.core.date
 
IsBefore(Date) - Constructor for class org.exparity.expectamundo.core.date.IsBefore
 
isBefore(Date) - Method in class org.exparity.expectamundo.core.date.PrototypeDateExpectation
Set an expectation that the property value is before a given date.
IsComparableTo<T extends Comparable<T>> - Class in org.exparity.expectamundo.core.comparable
Implemenation of a PropertyExpectation to check if a property is comparable to another
IsComparableTo(T) - Constructor for class org.exparity.expectamundo.core.comparable.IsComparableTo
 
isComparableTo(T) - Method in class org.exparity.expectamundo.core.comparable.PrototypeComparableExpectation
Set an expectation that the property value is comparable to a value.
isEmpty() - Method in class org.exparity.expectamundo.core.array.PrototypeArrayExpectation
 
IsEmpty<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core.collection
 
IsEmpty() - Constructor for class org.exparity.expectamundo.core.collection.IsEmpty
 
isEmpty() - Method in class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
Set an expectation that the collection is empty.
IsEmptyArray<T> - Class in org.exparity.expectamundo.core.array
 
IsEmptyArray() - Constructor for class org.exparity.expectamundo.core.array.IsEmptyArray
 
IsEqualTo<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation to check if a property is equal to an expected value
IsEqualTo(T) - Constructor for class org.exparity.expectamundo.core.object.IsEqualTo
 
isEqualTo(T) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value is equal to another object using the objects equals method.
IsEqualToIgnoreCase - Class in org.exparity.expectamundo.core.string
Implementation of a PropertyExpectation to check if a String property is equal to another String property regardless of case
IsEqualToIgnoreCase(String) - Constructor for class org.exparity.expectamundo.core.string.IsEqualToIgnoreCase
 
isEqualToIgnoreCase(String) - Method in class org.exparity.expectamundo.core.string.PrototypeStringExpectation
Set an expectation that the property value matches another property regardless of case.
IsInstanceOf<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation to check if a property type is an instance of a given type
IsInstanceOf(Class<? extends T>) - Constructor for class org.exparity.expectamundo.core.object.IsInstanceOf
 
isInstanceOf(Class<? extends T>) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value is an instance of a type.
isMismatch() - Method in class org.exparity.expectamundo.core.PrototypeListMatchResult
 
isMismatch() - Method in class org.exparity.expectamundo.core.PrototypeMatchResult
 
isNotEmpty() - Method in class org.exparity.expectamundo.core.array.PrototypeArrayExpectation
 
IsNotEmpty<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core.collection
 
IsNotEmpty() - Constructor for class org.exparity.expectamundo.core.collection.IsNotEmpty
 
isNotEmpty() - Method in class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
Set an expectation that the collection is not empty.
IsNotEmptyArray<T> - Class in org.exparity.expectamundo.core.array
 
IsNotEmptyArray() - Constructor for class org.exparity.expectamundo.core.array.IsNotEmptyArray
 
IsNotEqualTo<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation to check if a property is equal to an expected value
IsNotEqualTo(T) - Constructor for class org.exparity.expectamundo.core.object.IsNotEqualTo
 
isNotEqualTo(T) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value is not equal to another object using the objects equals method.
IsNotNull<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation to check if a property is not null
IsNotNull() - Constructor for class org.exparity.expectamundo.core.object.IsNotNull
 
isNotNull() - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the object should not be null.
IsNull<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation to check if a property is null
IsNull() - Constructor for class org.exparity.expectamundo.core.object.IsNull
 
isNull() - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the object should be null.
IsOneOf<T> - Class in org.exparity.expectamundo.core.object
 
IsOneOf(Collection<T>) - Constructor for class org.exparity.expectamundo.core.object.IsOneOf
 
isOneOf(T...) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value is equal to one of the expected object using the object's equals method.
isOneOf(Collection<T>) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value is equal to one of the expected object using the object's equals method.
isPrototype(Object) - Static method in class org.exparity.expectamundo.Expectamundo
 
IsSameDay - Class in org.exparity.expectamundo.core.date
 
IsSameDay(Date) - Constructor for class org.exparity.expectamundo.core.date.IsSameDay
 
isSameDay(Date) - Method in class org.exparity.expectamundo.core.date.PrototypeDateExpectation
Set an expectation that the property value is on the same day.
IsWithin - Class in org.exparity.expectamundo.core.date
 
IsWithin(int, TimeUnit, Date) - Constructor for class org.exparity.expectamundo.core.date.IsWithin
 
isWithin(int, TimeUnit, Date) - Method in class org.exparity.expectamundo.core.date.PrototypeDateExpectation
Set an expectation that the property value is within a given interval of the given date.

M

matcherFor(T) - Static method in class org.exparity.expectamundo.Expectamundo
Deprecated.
Use matchesPrototype
matches(T[]) - Method in class org.exparity.expectamundo.core.array.ContainsInArray
 
matches(T[]) - Method in class org.exparity.expectamundo.core.array.HasLengthOfArray
 
matches(T[]) - Method in class org.exparity.expectamundo.core.array.IsEmptyArray
 
matches(T[]) - Method in class org.exparity.expectamundo.core.array.IsNotEmptyArray
 
matches(T) - Method in class org.exparity.expectamundo.core.collection.Contains
 
matches(T) - Method in class org.exparity.expectamundo.core.collection.ContainsExpected
 
matches(T) - Method in class org.exparity.expectamundo.core.collection.HasSize
 
matches(T) - Method in class org.exparity.expectamundo.core.collection.IsEmpty
 
matches(T) - Method in class org.exparity.expectamundo.core.collection.IsNotEmpty
 
matches(T) - Method in class org.exparity.expectamundo.core.comparable.IsComparableTo
 
matches(Date) - Method in class org.exparity.expectamundo.core.date.IsAfter
 
matches(Date) - Method in class org.exparity.expectamundo.core.date.IsBefore
 
matches(Date) - Method in class org.exparity.expectamundo.core.date.IsSameDay
 
matches(Date) - Method in class org.exparity.expectamundo.core.date.IsWithin
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsEqualTo
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsInstanceOf
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsNotEqualTo
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsNotNull
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsNull
 
matches(T) - Method in class org.exparity.expectamundo.core.object.IsOneOf
 
Matches<T> - Class in org.exparity.expectamundo.core.object
Implementation of a PropertyExpectation which checks the property against and expected hamcrest Matcher
Matches(Matcher<T>) - Constructor for class org.exparity.expectamundo.core.object.Matches
 
matches(Object) - Method in class org.exparity.expectamundo.core.object.Matches
 
matches(Matcher<T>) - Method in class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
Set an expectation that the property value matches a hamcrest matcher.
matches(T) - Method in interface org.exparity.expectamundo.core.PropertyExpectation
Check if this expectation is met
matches(T) - Method in class org.exparity.expectamundo.core.PrototypeChecker
Check the actual instance of the object matches the expectations set on the proptype.
matches(Object) - Method in class org.exparity.expectamundo.core.PrototypeValueMatcher
 
matches(T) - Method in class org.exparity.expectamundo.core.PrototypeVerifier
Check the actual instance of the object matches the expectations set on the proptype.
matches(String) - Method in class org.exparity.expectamundo.core.string.HasLength
 
matches(String) - Method in class org.exparity.expectamundo.core.string.HasPattern
 
matches(String) - Method in class org.exparity.expectamundo.core.string.IsEqualToIgnoreCase
 
matchesPrototype(M) - Static method in class org.exparity.expectamundo.core.hamcrest.PrototypeMatcher
Creates a matcher that matches a prototype create using Expectamundo#prototype against an expected instance

For example:

matchesPrototype(Prototyped<?>, StringBuffer) - Method in class org.exparity.expectamundo.core.PrototypeChecker
 
matchesPrototype(T) - Static method in class org.exparity.expectamundo.Expectamundo
Return a hamcrest Matcher instance to support asserting the contents of an actual instance match the expected.
matchesSafely(T, Description) - Method in class org.exparity.expectamundo.core.hamcrest.PrototypeMatcher
 

O

org.exparity.expectamundo - package org.exparity.expectamundo
 
org.exparity.expectamundo.core - package org.exparity.expectamundo.core
 
org.exparity.expectamundo.core.array - package org.exparity.expectamundo.core.array
 
org.exparity.expectamundo.core.collection - package org.exparity.expectamundo.core.collection
 
org.exparity.expectamundo.core.comparable - package org.exparity.expectamundo.core.comparable
 
org.exparity.expectamundo.core.date - package org.exparity.expectamundo.core.date
 
org.exparity.expectamundo.core.hamcrest - package org.exparity.expectamundo.core.hamcrest
 
org.exparity.expectamundo.core.object - package org.exparity.expectamundo.core.object
 
org.exparity.expectamundo.core.string - package org.exparity.expectamundo.core.string
 

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.Expectamundo
Create a new prototype instance against which expectations can be set.
prototype(TypeReference<T>) - Static method in class org.exparity.expectamundo.Expectamundo
Create a new prototype instance against a generic type against which expectations can be set.
PrototypeArrayExpectation<T> - Class in org.exparity.expectamundo.core.array
 
PrototypeArrayExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.array.PrototypeArrayExpectation
 
PrototypeChecker<T> - Class in org.exparity.expectamundo.core
 
PrototypeChecker(T) - Constructor for class org.exparity.expectamundo.core.PrototypeChecker
 
PrototypeCollectionExpectation<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core.collection
 
PrototypeCollectionExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.collection.PrototypeCollectionExpectation
 
PrototypeComparableExpectation<T extends Comparable<T>> - Class in org.exparity.expectamundo.core.comparable
 
PrototypeComparableExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.comparable.PrototypeComparableExpectation
 
Prototyped<T> - Interface in org.exparity.expectamundo.core
 
PrototypeDateExpectation - Class in org.exparity.expectamundo.core.date
 
PrototypeDateExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.date.PrototypeDateExpectation
 
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
 
PrototypeListMatchResult<T> - Class in org.exparity.expectamundo.core
 
PrototypeListMatchResult(T, List<PrototypeMatchResult<T>>) - Constructor for class org.exparity.expectamundo.core.PrototypeListMatchResult
 
PrototypeListVerifier<E,T extends Collection<E>> - Class in org.exparity.expectamundo.core
 
PrototypeListVerifier(T) - Constructor for class org.exparity.expectamundo.core.PrototypeListVerifier
 
PrototypeMatcher<T> - Class in org.exparity.expectamundo.core.hamcrest
An implementation of a hamcrest Matcher for matching a predefined Prototyped
PrototypeMatcher(T) - Constructor for class org.exparity.expectamundo.core.hamcrest.PrototypeMatcher
 
PrototypeMatcher<T> - Class in org.exparity.expectamundo.core
 
PrototypeMatcher() - Constructor for class org.exparity.expectamundo.core.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
 
PrototypeMatchResult<T> - Class in org.exparity.expectamundo.core
 
PrototypeMatchResult(T, T, List<PrototypeValueDifference>) - Constructor for class org.exparity.expectamundo.core.PrototypeMatchResult
 
PrototypeMismatchReporter - Class in org.exparity.expectamundo.core
 
PrototypeMismatchReporter() - Constructor for class org.exparity.expectamundo.core.PrototypeMismatchReporter
 
PrototypeObjectExpectation<T> - Class in org.exparity.expectamundo.core.object
 
PrototypeObjectExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.object.PrototypeObjectExpectation
 
PrototypeProperty - Class in org.exparity.expectamundo.core
 
PrototypeProperty(PrototypeProperty, Method, MethodProxy, Object[], Map<String, Class<?>>) - Constructor for class org.exparity.expectamundo.core.PrototypeProperty
 
PrototypeStringExpectation - Class in org.exparity.expectamundo.core.string
 
PrototypeStringExpectation(Prototype<?>, PrototypeValue) - Constructor for class org.exparity.expectamundo.core.string.PrototypeStringExpectation
 
PrototypeValue - Interface in org.exparity.expectamundo.core
 
PrototypeValueDifference - Class in org.exparity.expectamundo.core
 
PrototypeValueDifference(String, Object) - Constructor for class org.exparity.expectamundo.core.PrototypeValueDifference
 
PrototypeValueMatcher - Class in org.exparity.expectamundo.core
 
PrototypeValueMatcher(PrototypeValue, PropertyExpectation) - Constructor for class org.exparity.expectamundo.core.PrototypeValueMatcher
 
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.PrototypeValueMatcher
 
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
 
A C D E G H I M O P S T 
Skip navigation links

Copyright © 2015. All rights reserved.