Uses of Class
com.tngtech.jgiven.report.model.Tag

Packages that use Tag
com.tngtech.jgiven.report.html   
com.tngtech.jgiven.report.model   
 

Uses of Tag in com.tngtech.jgiven.report.html
 

Methods in com.tngtech.jgiven.report.html that return types with arguments of type Tag
 List<Tag> HtmlTocWriter.getSortedTags()
           
 

Methods in com.tngtech.jgiven.report.html with parameters of type Tag
static String ScenarioHtmlWriter.tagToHtml(Tag tag)
           
 

Constructor parameters in com.tngtech.jgiven.report.html with type arguments of type Tag
HtmlTocWriter(Map<Tag,List<ScenarioModel>> tagMap, com.tngtech.jgiven.report.html.PackageTocBuilder.PackageToc packageToc, ReportStatistics totalStatistics)
           
 

Uses of Tag in com.tngtech.jgiven.report.model
 

Fields in com.tngtech.jgiven.report.model with type parameters of type Tag
 Set<Tag> ScenarioModel.tags
           
 

Methods in com.tngtech.jgiven.report.model that return Tag
 Tag Tag.setPrependType(boolean prependType)
           
 

Methods in com.tngtech.jgiven.report.model that return types with arguments of type Tag
 List<Tag> ScenarioModel.getTags()
           
 List<Tag> ReportModelBuilder.toTags(Annotation annotation)
           
 

Methods in com.tngtech.jgiven.report.model with parameters of type Tag
 void ScenarioModel.addTag(Tag tag)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.