Uses of Class
org.testng.mustache.Model
-
Packages that use Model Package Description org.testng.mustache -
-
Uses of Model in org.testng.mustache
Fields in org.testng.mustache declared as Model Modifier and Type Field Description protected Model
BaseChunk. m_model
Methods in org.testng.mustache with parameters of type Model Modifier and Type Method Description (package private) java.lang.String
Mustache. run(java.lang.String template, Model model)
Constructors in org.testng.mustache with parameters of type Model Constructor Description BaseChunk(Model model)
StringChunk(Model model, java.lang.String string)
VariableChunk(Model model, java.lang.String variable)
-