Package at.willhaben.willtest.util
Class TestReportFile.Builder
- java.lang.Object
-
- at.willhaben.willtest.util.TestReportFile.Builder
-
- Enclosing class:
- TestReportFile
public static class TestReportFile.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestReportFilebuild()TestReportFile.BuilderwithPostix(java.lang.String postfix)TestReportFile.BuilderwithPrefix(java.lang.String prefix)
-
-
-
Method Detail
-
withPrefix
public TestReportFile.Builder withPrefix(java.lang.String prefix)
- Parameters:
prefix- name prefix to be used. F.i. "PaymentModule"- Returns:
- this builder
-
withPostix
public TestReportFile.Builder withPostix(java.lang.String postfix)
- Parameters:
postfix- name postfix to be used. F.i. ".png"- Returns:
- this builder
-
build
public TestReportFile build()
-
-