Class GoogleResult.GoogleResultBuilder
- java.lang.Object
-
- dev.aherscu.qa.testing.example.model.tutorial.GoogleResult.GoogleResultBuilder
-
- Enclosing class:
- GoogleResult
public static class GoogleResult.GoogleResultBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleResult
build()
GoogleResult.GoogleResultBuilder
summary(dev.aherscu.qa.jgiven.commons.model.Text summary)
GoogleResult.GoogleResultBuilder
title(dev.aherscu.qa.jgiven.commons.model.Text title)
String
toString()
-
-
-
Method Detail
-
title
public GoogleResult.GoogleResultBuilder title(dev.aherscu.qa.jgiven.commons.model.Text title)
- Returns:
this
.
-
summary
public GoogleResult.GoogleResultBuilder summary(dev.aherscu.qa.jgiven.commons.model.Text summary)
- Returns:
this
.
-
build
public GoogleResult build()
-
-