public class SnapshotBuilderImpl extends Object implements SnapshotBuilder
| Constructor and Description |
|---|
SnapshotBuilderImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> SnapshotBuilder |
from(Class<T> pageClass) |
SnapshotBuilder |
from(Object object) |
SnapshotBuilder |
from(Path path) |
SnapshotBuilder |
replaceAttribute(String param,
String value) |
SampleBuilder |
sample() |
public <T> SnapshotBuilder from(Class<T> pageClass)
from in interface SnapshotBuilderpublic SnapshotBuilder from(Object object)
from in interface SnapshotBuilderpublic SnapshotBuilder from(Path path)
from in interface SnapshotBuilderpublic SnapshotBuilder replaceAttribute(String param, String value)
replaceAttribute in interface SnapshotBuilderpublic SampleBuilder sample()
sample in interface SnapshotBuilderCopyright © 2019. All rights reserved.