public final class Assertions extends Object
| Modifier and Type | Method and Description |
|---|---|
static ParserAssert |
assertThat(Parser actual)
Creates a new instance of
. |
static RuleAssert |
assertThat(Rule actual)
Creates a new instance of
. |
public static RuleAssert assertThat(Rule actual)
RuleAssert.actual - the value to be the target of the assertions methods.public static ParserAssert assertThat(Parser actual)
ParserAssert.actual - the value to be the target of the assertions methods.Copyright © 2010–2015 SonarSource. All rights reserved.