Package guru.mikelue.foxglove.annotation


package guru.mikelue.foxglove.annotation
This package contains annotations for Foxglove library.

A processing engine, like Extension Model(JUnit) or TestExecutionListener(SpringFramework Test),
is responsible to implement the semantics described below:


The identifying of TableFacet

The priority to identify TableFacet(s) is listed as:
  1. The test instance has at least one field or method annotated by TableFacetsSource
  2. The member annotated by TableFacetsSource should be one of
  3. Keeps looking for parent class if nothing found in current class

The identifying of DataGenerator

The priority to identify DataGenerator is listed as:
  1. The test instance has at least one of field or method annotated by DataGeneratorSource
  2. The member annotated by DataGeneratorSource should be one of
  3. Keeps looking for parent class if nothing found in current class
See Also: