Class ReferenceHrefGenerator
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.MvelReferenceGenerator
-
- dev.aherscu.qa.jgiven.commons.utils.ReferenceHrefGenerator
-
- All Implemented Interfaces:
com.tngtech.jgiven.annotation.TagHrefGenerator
public class ReferenceHrefGenerator extends MvelReferenceGenerator implements com.tngtech.jgiven.annotation.TagHrefGenerator
Generates links to any reference.
-
-
Constructor Summary
Constructors Constructor Description ReferenceHrefGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
generateHref(com.tngtech.jgiven.config.TagConfiguration tagConfiguration, Annotation annotation, Object value)
protected String
template()
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.MvelReferenceGenerator
compiled, contextFor, generateWith, parserContext
-
-
-
-
Method Detail
-
generateHref
public String generateHref(com.tngtech.jgiven.config.TagConfiguration tagConfiguration, Annotation annotation, Object value)
- Specified by:
generateHref
in interfacecom.tngtech.jgiven.annotation.TagHrefGenerator
-
template
protected String template()
- Specified by:
template
in classMvelReferenceGenerator
-
-