- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.