Package | Description |
---|---|
com.gzoltar.core.instr.actions |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.instr.matchers |
Copyright (C) 2019 GZoltar contributors.
|
Constructor and Description |
---|
AbstractAction(IMatcher matcher) |
BlackList(IMatcher matcher) |
WhiteList(IMatcher matcher) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationMatcher |
class |
AbstractAttributeMatcher |
class |
AbstractModifierMatcher |
class |
AbstractWildcardMatcher |
class |
AndMatcher |
class |
AnonymousMatcher |
class |
ClassAnnotationMatcher |
class |
ClassAttributeMatcher |
class |
ClassModifierMatcher |
class |
ClassNameMatcher |
class |
DuplicateCollectorReferenceMatcher |
class |
FieldAnnotationMatcher |
class |
FieldAttributeMatcher |
class |
FieldModifierMatcher |
class |
FieldNameMatcher |
class |
JUnitMatcher |
class |
MethodAnnotationMatcher |
class |
MethodAttributeMatcher |
class |
MethodEmptyMatcher |
class |
MethodModifierMatcher |
class |
MethodNameMatcher |
class |
NotMatcher |
class |
OrMatcher |
class |
PrefixMatcher |
class |
SourceLocationMatcher |
class |
SuperclassMatcher |
class |
TestNGMatcher |
Modifier and Type | Field and Description |
---|---|
IMatcher |
TestNGMatcher.matcher |
IMatcher |
JUnitMatcher.matcher |
Constructor and Description |
---|
AndMatcher(IMatcher... matchers) |
NotMatcher(IMatcher matcher) |
OrMatcher(IMatcher... matchers) |
Copyright © 2010–2019 GZoltar. All rights reserved.