Modifier and Type | Field and Description |
---|---|
Object[] |
args |
Name |
name |
boolean |
negated |
Selector.TestType |
type |
String |
value |
Constructor and Description |
---|
Test(Selector.TestType type,
Name name,
String value,
boolean negated) |
Test(Selector.TestType type,
Object[] args,
boolean negated) |
public final Selector.TestType type
public final Name name
public final String value
public final Object[] args
public final boolean negated
public Test(Selector.TestType type, Name name, String value, boolean negated)
public Test(Selector.TestType type, Object[] args, boolean negated)