Package net.thucydides.core.reports.json
Interface JSONConverter
- All Known Implementing Classes:
GsonJSONConverter
public interface JSONConverter
-
Method Summary
Modifier and TypeMethodDescriptionfromJson(InputStream inputStream) voidtoJson(TestOutcome storedTestOutcome, OutputStream outputStream)
-
Method Details
-
fromJson
- Throws:
IOException
-
fromJson
-
toJson
- Throws:
IOException
-