Class MostRecentUrlFilteredHarEntrySupplier
- java.lang.Object
-
- com.browserup.bup.assertion.supplier.HarEntriesSupplier
-
- com.browserup.bup.assertion.supplier.UrlFilteredHarEntriesSupplier
-
- com.browserup.bup.assertion.supplier.MostRecentUrlFilteredHarEntrySupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<java.util.List<HarEntry>>
public class MostRecentUrlFilteredHarEntrySupplier extends UrlFilteredHarEntriesSupplier
-
-
Constructor Summary
Constructors Constructor Description MostRecentUrlFilteredHarEntrySupplier(Har har, java.util.regex.Pattern pattern)
-
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.UrlFilteredHarEntriesSupplier
getPattern
-
Methods inherited from class com.browserup.bup.assertion.supplier.HarEntriesSupplier
getFilterInfo, getHar
-
-
-
-
Constructor Detail
-
MostRecentUrlFilteredHarEntrySupplier
public MostRecentUrlFilteredHarEntrySupplier(Har har, java.util.regex.Pattern pattern)
-
-
Method Detail
-
get
public java.util.List<HarEntry> get()
- Specified by:
getin interfacejava.util.function.Supplier<java.util.List<HarEntry>>- Overrides:
getin classUrlFilteredHarEntriesSupplier
-
-