Class MostRecentHarEntrySupplier
- java.lang.Object
-
- com.browserup.bup.assertion.supplier.HarEntriesSupplier
-
- com.browserup.bup.assertion.supplier.MostRecentHarEntrySupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.util.List<HarEntry>>
public class MostRecentHarEntrySupplier extends HarEntriesSupplier
-
-
Constructor Summary
Constructors Constructor Description MostRecentHarEntrySupplier(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
-
-