public class StatusMatchers extends 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<String> messageMatcher) |
public static org.hamcrest.Matcher<org.eclipse.core.runtime.IStatus> errorStatus()
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<String> messageMatcher)
Copyright © 2008–2013 Eclipse Foundation. All rights reserved.