| Package | Description |
|---|---|
| org.easymock.internal | |
| org.easymock.internal.matchers |
| Class and Description |
|---|
| Captures
Captures the argument to retrieve it later and matches anything.
|
| Class and 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.
|
Copyright © 2001–2024 EasyMock contributors. All rights reserved.