public class ParserAssert extends org.fest.assertions.GenericAssert<ParserAssert,Parser>
Assertions.assertThat(Parser).
This class is not intended to be instantiated or subclassed by clients.
| Constructor and Description |
|---|
ParserAssert(Parser actual) |
| Modifier and Type | Method and Description |
|---|---|
ParserAssert |
matches(String input)
Verifies that the actual
fully matches a given input. |
ParserAssert |
notMatches(String input)
Verifies that the actual
not matches a given input. |
as, as, describedAs, describedAs, doesNotSatisfy, is, isEqualTo, isIn, isIn, isNot, isNotEqualTo, isNotIn, isNotIn, isNotNull, isNotSameAs, isNull, isSameAs, overridingErrorMessage, satisfiespublic ParserAssert(Parser actual)
public ParserAssert matches(String input)
Parser fully matches a given input.public ParserAssert notMatches(String input)
Parser not matches a given input.Copyright © 2010–2015 SonarSource. All rights reserved.