Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hamcrest Classes and Interfaces - 86 results found.
NameDescriptionTypePackageFramework
AllOfCalculates the logical conjunction of two matchers.Classorg.hamcrest.coreJUnit
AnyOfCalculates the logical disjunction of two matchers.Classorg.hamcrest.coreJUnit
DescribedAsProvides a custom description to another matcher.Classorg.hamcrest.coreJUnit
IsDecorates another Matcher, retaining the behavior but allowing tests to be slightly more expressive.Classorg.hamcrest.coreJUnit
IsAnythingA matcher that always returns true.Classorg.hamcrest.coreJUnit
IsEqualIs the value equal to another value, as tested by the Object.Classorg.hamcrest.coreJUnit
IsInstanceOfTests whether the value is an instance of a class.Classorg.hamcrest.coreJUnit
IsNotCalculates the logical negation of a matcher.Classorg.hamcrest.coreJUnit
IsNullClassorg.hamcrest.coreJUnit
IsSameClassorg.hamcrest.coreJUnit
AllOfCalculates the logical conjunction of multiple matchers.Classorg.hamcrest.coreHamCrest
AnyOfCalculates the logical disjunction of multiple matchers.Classorg.hamcrest.coreHamCrest
ArrayIteratorConstructor SummaryArrayIterator(java.Classorg.hamcrest.internalHamCrest
BaseDescriptionA Description that is stored as a string.Classorg.hamcrestHamCrest
BaseMatcherBaseClass for all Matcher implementations.Classorg.hamcrestHamCrest
BigDecimalCloseToConstructor SummaryBigDecimalCloseTo(java.Classorg.hamcrest.numberHamCrest
CombinableMatcherClassorg.hamcrest.coreHamCrest
CombinableMatcher .CombinableBothMatcherConstructor SummaryCombinableMatcher.Classorg.hamcrest.core.CombinableMatcherHamCrest
CombinableMatcher .CombinableEitherMatcherConstructor SummaryCombinableMatcher.Classorg.hamcrest.core.CombinableMatcherHamCrest
ConditionA Condition implements part of a multi-step match.Classorg.hamcrestHamCrest
Condition .StepInterfaceorg.hamcrest.ConditionHamCrest
CoreMatchersConstructor SummaryCoreMatchers()allOf(java.Classorg.hamcrestHamCrest
CustomMatcherUtility class for writing one off matchers.Classorg.hamcrestHamCrest
CustomTypeSafeMatcherUtility class for writing one off matchers.Classorg.hamcrestHamCrest
DescribedAsProvides a custom description to another matcher.Classorg.hamcrest.coreHamCrest
DescriptionA description of a Matcher.Interfaceorg.hamcrestHamCrest
Description .NullDescriptionNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.hamcrest.DescriptionHamCrest
DiagnosingMatcherTODO(ngd): Document.Classorg.hamcrestHamCrest
EasyMock2AdapterAn adapter allowing a Hamcrest Matcher to act as an EasyMock IArgumentMatcher.Classorg.hamcrest.integrationHamCrest
EasyMock2MatchersClassorg.hamcrestHamCrest
EveryClassorg.hamcrest.coreHamCrest
FactoryClassorg.hamcrestHamCrest
FeatureMatcherSupporting class for matching a feature of an object.Classorg.hamcrestHamCrest
HasPropertyA Matcher that checks that an object has a JavaBean property with the specified name.Classorg.hamcrest.beansHamCrest
HasPropertyWithValueMatcher that asserts that a JavaBean property on an argument passed to the mock object meets the provided matcher.Classorg.hamcrest.beansHamCrest
HasToStringConstructor SummaryHasToString(MatcherClassorg.hamcrest.objectHamCrest
HasXPathApplies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.Classorg.hamcrest.xmlHamCrest
IsDecorates another Matcher, retaining the behaviour but allowing tests to be slightly more expressive.Classorg.hamcrest.coreHamCrest
IsAnythingA matcher that always returns true.Classorg.hamcrest.coreHamCrest
IsArrayMatcher for array whose elements satisfy a sequence of matchers.Classorg.hamcrest.collectionHamCrest
IsArrayContainingMatches if an array contains an item satisfying a nested matcher.Classorg.hamcrest.collectionHamCrest
IsArrayContainingInAnyOrderConstructor SummaryIsArrayContainingInAnyOrder(java.Classorg.hamcrest.collectionHamCrest
IsArrayContainingInOrderConstructor SummaryIsArrayContainingInOrder(java.Classorg.hamcrest.collectionHamCrest
IsArrayWithSizeMatches if array size satisfies a nested matcher.Classorg.hamcrest.collectionHamCrest
IsCloseToClassorg.hamcrest.numberHamCrest
IsCollectionContainingClassorg.hamcrest.coreHamCrest
IsCollectionWithSizeMatches if collection size satisfies a nested matcher.Classorg.hamcrest.collectionHamCrest
IsCompatibleTypeConstructor SummaryIsCompatibleType(java.Classorg.hamcrest.objectHamCrest
IsEmptyCollectionTests if collection is empty.Classorg.hamcrest.collectionHamCrest
IsEmptyIterableTests if collection is empty.Classorg.hamcrest.collectionHamCrest
IsEmptyStringMatches empty Strings (and null).Classorg.hamcrest.textHamCrest
IsEqualIs the value equal to another value, as tested by the Object.Classorg.hamcrest.coreHamCrest
IsEqualIgnoringCaseTests if a string is equal to another string, regardless of the case.Classorg.hamcrest.textHamCrest
IsEqualIgnoringWhiteSpaceTests if a string is equal to another string, ignoring any changes in whitespace.Classorg.hamcrest.textHamCrest
IsEventFromTests if the value is an event announced by a specific object.Classorg.hamcrest.objectHamCrest
IsInConstructor SummaryIsIn(java.Classorg.hamcrest.collectionHamCrest
IsInstanceOfTests whether the value is an instance of a class.Classorg.hamcrest.coreHamCrest
IsIterableContainingInAnyOrderConstructor SummaryIsIterableContainingInAnyOrder(java.Classorg.hamcrest.collectionHamCrest
IsIterableContainingInOrderConstructor SummaryIsIterableContainingInOrder(java.Classorg.hamcrest.collectionHamCrest
IsIterableWithSizeConstructor SummaryIsIterableWithSize(MatcherClassorg.hamcrest.collectionHamCrest
IsMapContainingClassorg.hamcrest.collectionHamCrest
IsNotCalculates the logical negation of a matcher.Classorg.hamcrest.coreHamCrest
IsNullClassorg.hamcrest.coreHamCrest
IsSameClassorg.hamcrest.coreHamCrest
JavaLangMatcherAssertIntegration method for use with Java's assert keyword.Classorg.hamcrestHamCrest
JMock1AdapterAn adapter allowing a Hamcrest Matcher to act as an jMock1 Constraint.Classorg.hamcrest.integrationHamCrest
JMock1MatchersClassorg.hamcrestHamCrest
MatcherA matcher over acceptable values.Interfaceorg.hamcrestHamCrest
MatcherAssertClassorg.hamcrestHamCrest
MatchersConstructor SummaryMatchers()allOf(java.Classorg.hamcrestHamCrest
OrderingComparisonClassorg.hamcrest.numberHamCrest
PropertyUtilUtility class for accessing properties on JavaBean objects.Classorg.hamcrest.beansHamCrest
ReflectiveTypeFinderConstructor SummaryReflectiveTypeFinder(java.Classorg.hamcrest.internalHamCrest
SamePropertyValuesAsClassorg.hamcrest.beansHamCrest
SamePropertyValuesAs .PropertyMatcherConstructor SummarySamePropertyValuesAs.Classorg.hamcrest.beans.SamePropertyValuesAsHamCrest
SelfDescribingThe ability of an object to describe itself.Interfaceorg.hamcrestHamCrest
SelfDescribingValueClassorg.hamcrest.internalHamCrest
SelfDescribingValueIteratorConstructor SummarySelfDescribingValueIterator(java.Classorg.hamcrest.internalHamCrest
StringContainsTests if the argument is a string that contains a substring.Classorg.hamcrest.coreHamCrest
StringContainsInOrderConstructor SummaryStringContainsInOrder(java.Classorg.hamcrest.textHamCrest
StringDescriptionA Description that is stored as a string.Classorg.hamcrestHamCrest
StringEndsWithTests if the argument is a string that contains a substring.Classorg.hamcrest.coreHamCrest
StringStartsWithTests if the argument is a string that contains a substring.Classorg.hamcrest.coreHamCrest
SubstringMatcherClassorg.hamcrest.coreHamCrest
TypeSafeDiagnosingMatcherConvenient base class for Matchers that require a non-null value of a specific type and that will report why the received value has been rejected.Classorg.hamcrestHamCrest
TypeSafeMatcherConvenient base class for Matchers that require a non-null value of a specific type.Classorg.hamcrestHamCrest