public class ParserValidityMatcher
extends org.hamcrest.TypeSafeMatcher<org.antlr.v4.runtime.ParserRuleContext>
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(org.antlr.v4.runtime.ParserRuleContext context,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static ParserValidityMatcher |
invalid() |
protected boolean |
matchesSafely(org.antlr.v4.runtime.ParserRuleContext context) |
static ParserValidityMatcher |
valid() |
public static ParserValidityMatcher valid()
public static ParserValidityMatcher invalid()
public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(org.antlr.v4.runtime.ParserRuleContext context, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<org.antlr.v4.runtime.ParserRuleContext>
protected boolean matchesSafely(org.antlr.v4.runtime.ParserRuleContext context)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<org.antlr.v4.runtime.ParserRuleContext>
Copyright © 2018 earcam. All rights reserved.