Uses of Class
net.thucydides.core.reports.history.ProgressSnapshot.ProgressSnapshotBuilder
Packages that use ProgressSnapshot.ProgressSnapshotBuilder
-
Uses of ProgressSnapshot.ProgressSnapshotBuilder in net.thucydides.core.reports.history
Methods in net.thucydides.core.reports.history that return ProgressSnapshot.ProgressSnapshotBuilderModifier and TypeMethodDescriptionProgressSnapshot.ProgressSnapshotBuilder.atTime(org.joda.time.DateTime time) ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder.completed()ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder.estimated()ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder.failed()ProgressSnapshot.forRequirementType(String requirementType) ProgressSnapshot.ProgressSnapshotBuilder.outOf(int totalRequirements) Constructors in net.thucydides.core.reports.history with parameters of type ProgressSnapshot.ProgressSnapshotBuilderModifierConstructorDescriptionResultCountBuilder(int count, ProgressSnapshot.ProgressSnapshotBuilder snapshotBuilder)