Interface SpecificationLocator

All Known Implementing Classes:
ClassNameBasedSpecificationLocator

public interface SpecificationLocator
  • Method Summary

    Modifier and Type
    Method
    Description
    locateSpecification(FixtureDeclarations fixtureDeclarations, String typeSuffix)
    Locates a specification, allowing the type suffix of the specification to be specified.
  • Method Details

    • locateSpecification

      Resource locateSpecification(FixtureDeclarations fixtureDeclarations, String typeSuffix)
      Locates a specification, allowing the type suffix of the specification to be specified.
      Parameters:
      fixtureDeclarations - the fixture type to find the specification for
      typeSuffix - the suffix of the specification
      Returns:
      the resource for the specification, which may or may not actually exist
      Since:
      2.0.0