Class CurrentStepHarEntriesSupplier
- java.lang.Object
-
- com.browserup.bup.assertion.supplier.HarEntriesSupplier
-
- com.browserup.bup.assertion.supplier.CurrentStepHarEntriesSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.util.List<HarEntry>>
public class CurrentStepHarEntriesSupplier extends HarEntriesSupplier
-
-
Constructor Summary
Constructors Constructor Description CurrentStepHarEntriesSupplier(Har har)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<HarEntry>get()-
Methods inherited from class com.browserup.bup.assertion.supplier.HarEntriesSupplier
getFilterInfo, getHar
-
-