| Package | Description |
|---|---|
| org.sonar.sslr.tests |
| Modifier and Type | Method and Description |
|---|---|
static RuleAssert |
Assertions.assertThat(Rule actual)
Creates a new instance of
. |
RuleAssert |
RuleAssert.matches(String input)
Verifies that the actual
fully matches a given input. |
RuleAssert |
RuleAssert.matchesPrefix(String prefixToBeMatched,
String remainingInput)
Verifies that the actual
partially matches a given input. |
RuleAssert |
RuleAssert.notMatches(String input)
Verifies that the actual
does not match a given input. |
Copyright © 2010–2015 SonarSource. All rights reserved.