public interface AsProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
as(As annotation,
java.lang.Class<?> scenarioClass)
Provide the representation for a scenario class.
|
java.lang.String |
as(As annotation,
java.lang.reflect.Method method)
Provide the representation for a stage method or scenario.
|
java.lang.String as(As annotation, java.lang.reflect.Method method)
annotation - The As annotation using this provider.method - The method of which a representation is requested.java.lang.String as(As annotation, java.lang.Class<?> scenarioClass)
annotation - The As annotation using this provider.scenarioClass - The scenario class of which a representation is requested.