org.eclipse.xtext.junit4.parameterized
Class ExpectationCollection.ExpectationItem

java.lang.Object
  extended by org.eclipse.xtext.junit4.parameterized.StringCollection.Item
      extended by org.eclipse.xtext.junit4.parameterized.ExpectationCollection.ExpectationItem
All Implemented Interfaces:
java.lang.Comparable<StringCollection.Item>
Enclosing class:
ExpectationCollection

public class ExpectationCollection.ExpectationItem
extends StringCollection.Item


Field Summary
protected  boolean negated
           
protected  boolean wildcard
           
 
Fields inherited from class org.eclipse.xtext.junit4.parameterized.StringCollection.Item
escaped, normalized, pure
 
Constructor Summary
ExpectationCollection.ExpectationItem(java.lang.String pure, boolean negated, boolean wildcard)
           
 
Method Summary
 boolean isNegated()
           
 boolean isPure()
           
 boolean isWildcard()
           
 
Methods inherited from class org.eclipse.xtext.junit4.parameterized.StringCollection.Item
compareTo, equals, getEscaped, getNormalized, getPure, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

negated

protected boolean negated

wildcard

protected boolean wildcard
Constructor Detail

ExpectationCollection.ExpectationItem

public ExpectationCollection.ExpectationItem(java.lang.String pure,
                                             boolean negated,
                                             boolean wildcard)
Method Detail

isNegated

public boolean isNegated()

isWildcard

public boolean isWildcard()

isPure

public boolean isPure()