public class TryMatchersTest extends Object
| Constructor and Description |
|---|
TryMatchersTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldMatchAnyFailure() |
void |
shouldMatchASpecificFailure() |
void |
shouldMatchASuccessfulTry() |
void |
shouldMatchASuccessfulTryWithASupertypeMatcher() |
void |
shouldNotMatchADifferentFailure() |
void |
shouldNotMatchAFailureWhenExpectingASuccess() |
void |
shouldNotMatchASuccessWhenExpectingAnyFailure() |
void |
shouldNotMatchASuccessWhenExpectingASpecificFailure() |
public void shouldMatchAnyFailure()
public void shouldNotMatchASuccessWhenExpectingAnyFailure()
public void shouldMatchASpecificFailure()
public void shouldNotMatchASuccessWhenExpectingASpecificFailure()
public void shouldNotMatchADifferentFailure()
public void shouldMatchASuccessfulTry()
public void shouldMatchASuccessfulTryWithASupertypeMatcher()
public void shouldNotMatchAFailureWhenExpectingASuccess()
Copyright © 2018 Atlassian. All rights reserved.