public class StatusMatchers
extends java.lang.Object
Constructor and Description |
---|
StatusMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> |
errorStatus() |
static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> |
okStatus() |
static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> |
statusWithMessageWhich(org.hamcrest.Matcher<java.lang.String> messageMatcher) |
static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> |
warningStatus() |
public static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> errorStatus()
public static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> warningStatus()
public static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> okStatus()
public static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> statusWithMessageWhich(org.hamcrest.Matcher<java.lang.String> messageMatcher)