Modifier and Type | Method and Description |
---|---|
private Matcher<StructuredStatement> |
AssertRewriter.buildStandardAssertMatcher(WildcardMatch wcm1) |
private Matcher<StructuredStatement> |
AssertRewriter.buildSwitchAssertMatcher(WildcardMatch wcm1) |
static Matcher<StructuredStatement> |
ResourceReleaseDetector.getNonTestingStructuredStatementMatcher(WildcardMatch wcm,
LValue throwableLValue,
LValue autoclose) |
static Matcher<StructuredStatement> |
ResourceReleaseDetector.getSimpleStructuredStatementMatcher(WildcardMatch wcm,
LValue throwableLValue,
LValue autoclose) |
static Matcher<StructuredStatement> |
ResourceReleaseDetector.getStructuredStatementMatcher(WildcardMatch wcm,
LValue throwableLValue,
LValue autoclose) |
Modifier and Type | Class and Description |
---|---|
class |
CollectMatch |
class |
KleeneN |
class |
KleenePlus |
class |
KleeneStar |
class |
MatchOneOf
Note that this will match the FIRST match, not necessarily the best.
|
class |
MatchOpt
Note that this will match the FIRST match, not necessarily the best.
|
class |
MatchSequence |
class |
ResetAfterTest |
Modifier and Type | Field and Description |
---|---|
private Matcher<StructuredStatement> |
CollectMatch.inner |
private Matcher<StructuredStatement> |
KleeneN.inner |
private Matcher<StructuredStatement>[] |
MatchSequence.inner |
private Matcher<StructuredStatement> |
ResetAfterTest.inner |
private Matcher<StructuredStatement> |
MatchOpt.matcher |
private Matcher<StructuredStatement>[] |
MatchOneOf.matchers |
Constructor and Description |
---|
CollectMatch(java.lang.String name,
Matcher<StructuredStatement> inner) |
KleeneN(int nRequired,
Matcher<StructuredStatement>... matchers) |
KleeneN(int nRequired,
Matcher<StructuredStatement> inner) |
KleenePlus(Matcher<StructuredStatement> inner) |
KleeneStar(Matcher<StructuredStatement> inner) |
MatchOneOf(Matcher<StructuredStatement>... matchers) |
MatchOpt(Matcher<StructuredStatement> matcher) |
MatchSequence(Matcher<StructuredStatement>... inner) |
MatchSequence(java.lang.String name,
Matcher<StructuredStatement>... inner) |
ResetAfterTest(WildcardMatch wildcardMatch,
Matcher<StructuredStatement> inner) |
ResetAfterTest(WildcardMatch wildcardMatch,
java.lang.String name,
Matcher<StructuredStatement> inner) |
Modifier and Type | Class and Description |
---|---|
class |
WildcardMatch.BlockWildcard |
Modifier and Type | Interface and Description |
---|---|
interface |
StructuredStatement |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlaceholder |
class |
BeginBlock |
class |
ElseBlock |
class |
EndBlock |