Package com.tngtech.jgiven.annotation
Interface AsProvider
public interface AsProvider
Provides a representation of a stage method, scenario or scenario class.
- Since:
- 0.12.0
-
Method Summary
-
Method Details
-
as
Provide the representation for a stage method or scenario.- Parameters:
annotation
- TheAs
annotation using this provider.method
- The method of which a representation is requested.- Returns:
- A representation of the method.
- Since:
- 0.12.0
-
as
Provide the representation for a scenario class.- Parameters:
annotation
- TheAs
annotation using this provider.scenarioClass
- The scenario class of which a representation is requested.- Returns:
- A representation of the scenario class.
- Since:
- 0.12.0
-