| Package | Description |
|---|---|
| org.sonar.sslr.tests |
| Modifier and Type | Method and Description |
|---|---|
static ParserAssert |
Assertions.assertThat(Parser actual)
Creates a new instance of
. |
ParserAssert |
ParserAssert.matches(String input)
Verifies that the actual
fully matches a given input. |
ParserAssert |
ParserAssert.notMatches(String input)
Verifies that the actual
not matches a given input. |
Copyright © 2010–2015 SonarSource. All rights reserved.