Package | Description |
---|---|
org.eclipse.epsilon.egl.engine.traceability.fine.test.matchers | |
org.eclipse.epsilon.test.util.hamcrest | |
org.hamcrest |
The stable API defining Matcher and its associated interfaces and classes.
|
org.hamcrest.core |
Fundamental matchers of objects and values, and composite matchers.
|
org.hamcrest.internal | |
org.mockito |
Mockito is a mock library for java - see Mockito class for for usage.
|
org.mockito.internal.matchers |
Argument matchers for verification and stubbing.
|
org.mockito.internal.matchers.apachecommons |
Argument matchers that use Apache Commons Lang reflection-equality.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyMapMatcher.describeTo(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
EmptyCollection.describeTo(Description description) |
Modifier and Type | Class and Description |
---|---|
class |
BaseDescription
A
Description that is stored as a string. |
class |
StringDescription
A
Description that is stored as a string. |
Modifier and Type | Method and Description |
---|---|
Description |
Description.appendDescriptionOf(SelfDescribing value)
Appends the description of a
SelfDescribing value to this description. |
Description |
BaseDescription.appendDescriptionOf(SelfDescribing value) |
Description |
Description.appendList(String start,
String separator,
String end,
Iterable<? extends SelfDescribing> values)
Appends a list of
SelfDescribing objects
to the description. |
Description |
BaseDescription.appendList(String start,
String separator,
String end,
Iterable<? extends SelfDescribing> values) |
Description |
Description.appendText(String text)
Appends some plain text to the description.
|
Description |
BaseDescription.appendText(String text) |
Description |
Description.appendValue(Object value)
Appends an arbitary value to the description.
|
Description |
BaseDescription.appendValue(Object value) |
<T> Description |
Description.appendValueList(String start,
String separator,
String end,
Iterable<T> values)
Appends a list of values to the description.
|
<T> Description |
BaseDescription.appendValueList(String start,
String separator,
String end,
Iterable<T> values) |
<T> Description |
Description.appendValueList(String start,
String separator,
String end,
T... values)
Appends a list of values to the description.
|
<T> Description |
BaseDescription.appendValueList(String start,
String separator,
String end,
T... values) |
Modifier and Type | Method and Description |
---|---|
void |
SelfDescribing.describeTo(Description description)
Generates a description of the object.
|
Modifier and Type | Method and Description |
---|---|
void |
IsSame.describeTo(Description description) |
void |
IsNull.describeTo(Description description) |
void |
IsNot.describeTo(Description description) |
void |
IsInstanceOf.describeTo(Description description) |
void |
IsEqual.describeTo(Description description) |
void |
IsAnything.describeTo(Description description) |
void |
Is.describeTo(Description description) |
void |
DescribedAs.describeTo(Description description) |
void |
AnyOf.describeTo(Description description) |
void |
AllOf.describeTo(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
SelfDescribingValue.describeTo(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
ArgumentMatcher.describeTo(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
StartsWith.describeTo(Description description) |
void |
Same.describeTo(Description description) |
void |
Or.describeTo(Description description) |
void |
Null.describeTo(Description description) |
void |
NotNull.describeTo(Description description) |
void |
Not.describeTo(Description description) |
void |
Matches.describeTo(Description description) |
void |
LocalizedMatcher.describeTo(Description description) |
void |
InstanceOf.describeTo(Description description) |
void |
Find.describeTo(Description description) |
void |
EqualsWithDelta.describeTo(Description description) |
void |
Equals.describeTo(Description description) |
void |
EndsWith.describeTo(Description description) |
void |
Contains.describeTo(Description description) |
void |
CompareTo.describeTo(Description description) |
void |
CapturingMatcher.describeTo(Description description) |
void |
ArrayEquals.describeTo(Description description) |
void |
Any.describeTo(Description description) |
void |
And.describeTo(Description description) |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionEquals.describeTo(Description description) |
Copyright © 2018. All rights reserved.