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
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)
-