Interface ReporterConfigurable
-
- All Known Implementing Classes:
ExtentSparkReporter,JsonFormatter
public interface ReporterConfigurable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadJSONConfig(File jsonFile)voidloadJSONConfig(String jsonString)voidloadXMLConfig(File xmlFile)voidloadXMLConfig(String xmlFile)
-
-
-
Method Detail
-
loadJSONConfig
void loadJSONConfig(File jsonFile) throws IOException
- Throws:
IOException
-
loadJSONConfig
void loadJSONConfig(String jsonString) throws IOException
- Throws:
IOException
-
loadXMLConfig
void loadXMLConfig(File xmlFile) throws IOException
- Throws:
IOException
-
loadXMLConfig
void loadXMLConfig(String xmlFile) throws IOException
- Throws:
IOException
-
-