Package org.concordion.api
Interface SpecificationLocator
- All Known Implementing Classes:
ClassNameBasedSpecificationLocator
public interface SpecificationLocator
-
Method Summary
Modifier and TypeMethodDescriptionlocateSpecification
(FixtureDeclarations fixtureDeclarations, String typeSuffix) Locates a specification, allowing the type suffix of the specification to be specified.
-
Method Details
-
locateSpecification
Locates a specification, allowing the type suffix of the specification to be specified.- Parameters:
fixtureDeclarations
- the fixture type to find the specification fortypeSuffix
- the suffix of the specification- Returns:
- the resource for the specification, which may or may not actually exist
- Since:
- 2.0.0
-