Uses of Class
org.sonar.sslr.tests.RuleAssert
-
Packages that use RuleAssert Package Description org.sonar.sslr.tests -
-
Uses of RuleAssert in org.sonar.sslr.tests
Methods in org.sonar.sslr.tests that return RuleAssert Modifier and Type Method Description static RuleAssertAssertions. assertThat(Rule actual)Creates a new instance of.RuleAssertRuleAssertRuleAssert. matches(String input)Verifies that the actualfully matches a given input.RuleRuleAssertRuleAssert. matchesPrefix(String prefixToBeMatched, String remainingInput)Verifies that the actualpartially matches a given input.RuleRuleAssertRuleAssert. notMatches(String input)Verifies that the actualdoes not match a given input.Rule
-