public class NotificationDescriber
extends java.lang.Object
| Constructor and Description |
|---|
NotificationDescriber() |
| Modifier and Type | Method and Description |
|---|---|
static void |
describeNotification(rx.Notification notification,
org.hamcrest.Description description)
Describes a Notification to a given Description
|
public static void describeNotification(rx.Notification notification,
org.hamcrest.Description description)
notification - The Notification to describedescription - The Description to describe the Notification to