public class AngelaMatchers extends Object
| Constructor and Description |
|---|
AngelaMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<ToolExecutionResult> |
containsLinesInOrderStartingWith(Collection<String> expectedLines) |
static org.hamcrest.Matcher<ToolExecutionResult> |
containsLinesStartingWith(Collection<String> expectedLines) |
static org.hamcrest.Matcher<ToolExecutionResult> |
containsOutput(String text) |
static org.hamcrest.Matcher<ToolExecutionResult> |
hasExitStatus(int exitStatus) |
static org.hamcrest.Matcher<ToolExecutionResult> |
successful() |
public static org.hamcrest.Matcher<ToolExecutionResult> successful()
public static org.hamcrest.Matcher<ToolExecutionResult> containsOutput(String text)
public static org.hamcrest.Matcher<ToolExecutionResult> containsLinesInOrderStartingWith(Collection<String> expectedLines)
public static org.hamcrest.Matcher<ToolExecutionResult> containsLinesStartingWith(Collection<String> expectedLines)
public static org.hamcrest.Matcher<ToolExecutionResult> hasExitStatus(int exitStatus)
Copyright © 2021. All rights reserved.