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 ModelBaseChunk. m_modelConstructors 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)
-