Package org.testng.reporters
Class HtmlHelper
- java.lang.Object
-
- org.testng.reporters.HtmlHelper
-
public class HtmlHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description HtmlHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
generateStylesheet(String outputDirectory)
static String
getCssString()
static String
getCssString(String directory)
-
-
-
Method Detail
-
getCssString
public static String getCssString()
-
generateStylesheet
public static File generateStylesheet(String outputDirectory) throws IOException
- Throws:
IOException
-
-