| Interface | Description |
|---|---|
| ExceptionMatchers.ThrowingRunnable |
Like
Runnable, but permits checked exceptions to be thrown. |
| Class | Description |
|---|---|
| ExceptionMatchers |
Convenient assertions related to exceptions and the tests that throw them.
|
| ExceptionMatchers.CatchResult |
Holder for the exception thrown by a
ExceptionMatchers.ThrowingRunnable. |
| GeneralMatchers |
Miscellaneous Hamcrest matchers.
|
| MatcherUtil |
Utilities for testing matchers.
|
| NamedFeature<T,U> |
Provides utility functions for creating
FeatureMatcher instances. |
| NamedFunction<A,B> |
Decorates a
Function with a descriptive name, and allows you to compose it with a Matcher. |
| OptionalMatchers |
Provides
Matcher implementations for Jdk 8 optionals. |
Copyright © 2017 Atlassian. All rights reserved.