Uses of Package
org.easymock.internal.matchers
-
Packages that use org.easymock.internal.matchers Package Description org.easymock.internal org.easymock.internal.matchers -
Classes in org.easymock.internal.matchers used by org.easymock.internal Class Description Captures Captures the argument to retrieve it later and matches anything. -
Classes in org.easymock.internal.matchers used by org.easymock.internal.matchers Class Description Any Matches any argument.CompareTo Base class for matchers that are comparing a value to another.Equals Matches if the argument is equal to the given value.NotNull Matches if the argument is not null.Null Matches if the argument is null.