Package net.thucydides.core.model
Class ReportData.ReportDataBuilder
java.lang.Object
net.thucydides.core.model.ReportData.ReportDataBuilder
- Enclosing class:
- ReportData
public static class ReportData.ReportDataBuilder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ReportDataBuilder(java.lang.String title) -
Method Summary
Modifier and Type Method Description ReportDataandContents(java.lang.String contents)ReportData.ReportDataBuilderasEvidence()ReportDatafromFile(java.nio.file.Path source, java.nio.charset.Charset encoding)ReportDatafromPath(java.nio.file.Path path)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReportDataBuilder
public ReportDataBuilder(java.lang.String title)
-
-
Method Details
-
asEvidence
-
andContents
-
fromFile
public ReportData fromFile(java.nio.file.Path source, java.nio.charset.Charset encoding) throws java.io.IOException- Throws:
java.io.IOException
-
fromPath
- Throws:
java.io.IOException
-