Uses of Class
com.stvconsultants.easygloss.footnotes.Footnote

Packages that use Footnote
com.stvconsultants.easygloss The EasyGloss package provides mechanisms to inject dependencies into your objects under test. 
com.stvconsultants.easygloss.footnotes Footnotes are objects that can be used to identify Annotation objects that match specified criteria. 
 

Uses of Footnote in com.stvconsultants.easygloss
 

Methods in com.stvconsultants.easygloss with parameters of type Footnote
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, boolean injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, byte injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, char injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, double injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, float injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, int injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, long injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, java.lang.Object injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.apply(Footnote annotation, java.lang.Object instance, short injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, boolean injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, byte injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, char injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, double injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, float injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, int injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, long injection)
          Apply the specified gloss to the instance.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, java.lang.Object injection)
          Apply the specified gloss to the static class.
static void AbstractGloss.applyStatic(Footnote annotation, java.lang.Class instanceClass, short injection)
          Apply the specified gloss to the instance.
protected static java.util.List<java.lang.reflect.Field> AbstractGloss.findFields(java.lang.Class clazz, Footnote annotation)
          Get all the annotated fields for the class clazz including those from the superclasses.
protected static java.util.List<java.lang.reflect.Method> AbstractGloss.findMethods(java.lang.Class clazz, Footnote annotation)
          Get all the annotated methods for the class clazz including those from the superclasses.
static void AbstractGloss.invoke(Footnote annotation, java.lang.Object instance, java.lang.Object... params)
          Call all the matching annotated methods in the instance using the parameters specified.
 

Constructors in com.stvconsultants.easygloss with parameters of type Footnote
StandardBooleanGloss(Footnote annotation, boolean value)
          Creates a new instance of StandardGloss
StandardByteGloss(Footnote annotation, byte value)
          Creates a new instance of StandardGloss
StandardCharGloss(Footnote annotation, char value)
          Creates a new instance of StandardGloss
StandardDoubleGloss(Footnote annotation, double value)
          Creates a new instance of StandardGloss
StandardFloatGloss(Footnote annotation, float value)
          Creates a new instance of StandardGloss
StandardGloss(Footnote annotation, java.lang.Object value)
          Creates a new instance of StandardGloss
StandardIntGloss(Footnote annotation, int value)
          Creates a new instance of StandardGloss
StandardLongGloss(Footnote annotation, long value)
          Creates a new instance of StandardGloss
StandardShortGloss(Footnote annotation, short value)
          Creates a new instance of StandardGloss
 

Uses of Footnote in com.stvconsultants.easygloss.footnotes
 

Methods in com.stvconsultants.easygloss.footnotes that return Footnote
 Footnote Footnote.excluding(java.lang.String name, java.lang.Object value)
          Add a criterion to the footnote.
 Footnote Footnote.including(java.lang.String name, java.lang.Object value)
          Add a criterion to the footnote.
 Footnote Footnote.matching(java.lang.String name, java.lang.String regex)
          Add a criterion to the footnote.
 Footnote Footnote.with(java.lang.String name, java.lang.Object value)
          Add a criterion to the footnote.
 Footnote Footnote.without(java.lang.String name, java.lang.Object value)
          Add a criterion to the footnote.
 



Copyright © 2006 null. All Rights Reserved.