Package org.testng.mustache
Class Mustache
- java.lang.Object
-
- org.testng.mustache.Mustache
-
public class Mustache extends Object
-
-
Constructor Summary
Constructors Constructor Description Mustache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
String
run(String template, Map<String,Object> m)
-
-
-
Method Detail
-
run
public String run(String template, Map<String,Object> m) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-