Class FixtureSpecificationMapper

java.lang.Object
org.concordion.internal.FixtureSpecificationMapper

public class FixtureSpecificationMapper extends Object
Maps from a fixture class to a specification and vice-versa. Encapsulates the rules for fixture class naming:
  • The fixture class must be in the same package as its specification.
  • The fixture class must be named the same as the specification, with an optional suffix of "Test" or "Fixture".