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